TcxTreeListNode.getPrevSibling Method
Returns the previous node at the current nesting level.
Declaration
function getPrevSibling: TcxTreeListNode;
Returns
Type |
---|
TcxTreeListNode |
Remarks
Call this function to obtain the previous node at the current nesting level. If the function is used for the first node within the tree structure, nil is returned.
See Also