TcxTreeListNode.getNextSibling Method
Returns the next node at the current nesting level.
Declaration
function getNextSibling: TcxTreeListNode;
Returns
Type |
---|
TcxTreeListNode |
Remarks
If this function is called on the last node at the current level, nil is returned.
To obtain the next visible sibling, use the GetNextSiblingVisible function instead.
See Also