TdxOcNode.IsParentRoot Method
In This Article
Identifies whether the node’s parent is the tree root.
#Declaration
Delphi
function IsParentRoot: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the tree root is the direct ancestor of the current node; otherwise — False.
See Also