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