TcxTreeListNode.getPrevSibling Method
In This Article
Returns the previous node at the current nesting level.
#Declaration
Delphi
function getPrevSibling: TcxTreeListNode;
#Returns
Type |
---|
Tcx |
#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