TdxOcNode.HasAsParent(TdxOcNode) Method
Identifies whether the specified node is the parent of the current one.
Declaration
function HasAsParent(Value: TdxOcNode): Boolean;
Parameters
| Name | Type |
|---|---|
| Value | TdxOcNode |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the current node is derived from node passed as the Value parameter; otherwise — False.
See Also