TdxTreeCustomNode.HasAsParent(TdxTreeCustomNode) Method
Determines if the specified node is the current node’s ancestor.
Declaration
function HasAsParent(ANode: TdxTreeCustomNode): Boolean;
Parameters
Name | Type | Description |
---|---|---|
ANode | TdxTreeCustomNode | A target node. |
Returns
Type | Description |
---|---|
Boolean | True if the specified node is the node’s ancestor; otherwise, False. |
See Also