TdxOcNode.IsParentRoot Method
Identifies whether the node’s parent is the tree root.
Declaration
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