TcxTreeListNode.HasAsParent(TcxTreeListNode) Method
Checks whether the specified node is the parent of this node.
Declaration
function HasAsParent(ANode: TcxTreeListNode): Boolean;
Parameters
Name | Type |
---|---|
ANode | TcxTreeListNode |
Returns
Type |
---|
Boolean |
Remarks
Call this function to determine whether the specified node is the parent node of the current one.
See Also