TdxTreeCustomNode.Owner Property
In This Article
Provides access to the node owner.
#Declaration
Delphi
property Owner: TPersistent read;
#Property Value
Type | Description |
---|---|
TPersistent | The node owner. |
#Remarks
The node owner should implement the IdxTreeOwner interface to maintain a tree hierarchy of nodes.
See Also