[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The container where the tree node is stored, and the owner of the class instance.
Source position: comctrls.pp line 3175
public property TTreeNode.TreeNodes : TTreeNodes |
TreeNodes is a read-only TTreeNodes property with the container where the tree node is stored, and the owner of the TTreeNode instance. TreeNodes provides properties and methods needed to store, access, and maintain the tree nodes for the TreeView control. TreeNodes is a reference to the Items property found in TreeView.
The property value is Nil if Owner has not been assigned or is not derived from TTreeNodes.
|
The tree view control where the node is displayed. |
|
|
Owner of the tree node instance. |
|
|
The container with the TTreeNode instances for the control. |
|
|
Implements a container for TTreeNode instances. |
Version 4.0 | Generated 2025-05-03 | Home |