TdxTreeCustomNode.Owner Property
Provides access to the node owner.
Declaration
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