TcxTreeListNode.GetPrevChild(TcxTreeListNode) Method
Returns the previous child of the node specified.
Declaration
function GetPrevChild(ANode: TcxTreeListNode): TcxTreeListNode;
Parameters
| Name | Type |
|---|---|
| ANode | TcxTreeListNode |
Returns
| Type |
|---|
| TcxTreeListNode |
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