TcxTreeListNode.GetPrevChild(TcxTreeListNode) Method
In This Article
Returns the previous child of the node specified.
#Declaration
Delphi
function GetPrevChild(ANode: TcxTreeListNode): TcxTreeListNode;
#Parameters
Name | Type |
---|---|
ANode | Tcx |
#Returns
Type |
---|
Tcx |
#Remarks
Call this function to obtain the previous child of the node specified via the ANode parameter. If this node has no children, the function returns nil.
See Also