TreeView Xojo plugin

DesktopTreeView.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

DesktopTreeView Control