TreeView Xojo plugin

TreeViewNode.Node Method

Returns a child node at a given index.

Node(
   index as Integer) as TreeViewNode

Parameters

index
The index of the child node relative to the parent node.

Returns

TreeViewNode
Returns the requested child node, or nil if the request is out of bounds.

Remarks

The index is zero based, which means that the first child node is number zero.

See Also

TreeViewNode Class