TreeView REALbasic Plugin

TreeView.RemoveNode Method

Removes a node from the TreeView.

RemoveNode(
   index as Integer)

Parameters

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

Remarks

See Also

TreeView Control