TcxTreeListNode.GetNextVisible Method
In This Article
Returns the next visible node.
#Declaration
Delphi
function GetNextVisible: TcxTreeListNode;
#Returns
Type |
---|
Tcx |
#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