TdxOcNode.Parent Property
Provides access to the current node’s parent.
Declaration
property Parent: TdxOcNode read;
Property Value
Type |
---|
TdxOcNode |
Remarks
This property returns nil if the node has no parent (if its nesting level equals 0).
See Also