[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Owner of the tree node instance.
Source position: comctrls.pp line 3166
public property TTreeNode.Owner : TTreeNodes |
Owner is a read-only TTreeNodes property with the container that owns the current TTreeNode instance. The property value is assigned in the Create method to the argument value passed to the constructor.
Owner provides access to the properties and methods in the TTreeNodes instance, including the tree view control which owns the container.
|
Constructor for the class instance. |
|
|
The TCustomTreeView control that is the owner of the container. |
|
|
The container with the TTreeNode instances for the control. |
Version 4.0 | Generated 2025-05-03 | Home |