TreeView Xojo plugin

TreeView.RemoveNode Method

Removes a node from the TreeView by node.

RemoveNode(
   node as TreeViewNode)

Parameters

node
The node to be removed.

Remarks

Note:
This variation of the RemoveNode function does linear lookup which can greatly affect performance. You should always code your logic so the need for this linear lookup is minimum or none.

See Also

TreeView Control