Skip to main content
A newer version of this page is available. .

TdxTreeCustomNode.Parent Property

Provides access to the node’s parent.

Declaration

property Parent: TdxTreeCustomNode read;

Property Value

Type Description
TdxTreeCustomNode

The node’s parent.

Remarks

The parent is a node whose Items collection references the current node. The Parent property returns nil (in Delphi) or nullptr (in C++Builder) for the root node.

See Also