Skip to main content

TcxTreeListNode.GetNextVisible Method

Returns the next visible node.

Declaration

function GetNextVisible: TcxTreeListNode;

Returns

Type
TcxTreeListNode

Remarks

Call this function to obtain the next visible node. The node’s index is specified via the VisibleIndex property. If the function is called on the last visible node within the tree structure, nil is returned.

See Also