TreeView Xojo plugin

TreeView.RemoveNode Method

Removes a node from the TreeView by index.

RemoveNode(
   index as Integer)

Parameters

index
The index of the node to remove from selection. (Screen index)

Remarks

See Also

TreeView Control