[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The tree view control where the node is displayed.
Source position: comctrls.pp line 3176
public property TTreeNode.TreeView : TCustomTreeView |
TreeView is a read-only TCustomTreeView property with the tree view control where the tree node and other nodes in TreeNodes are displayed. It is a reference to the Owner assigned to the TreeNodes property.
TreeView provides access to the properties, methods, and events in the control. It is used to get the position for the node in the display area for the control. It is also notified when property values in the node are changed.
Use TreeNodes to access the TTreeNode instances stored in TreeView.
|
The container where the tree node is stored, and the owner of the class instance. |
|
|
The base class for TTreeView. |
|
|
Implements a container for TTreeNode instances. |
|
|
Implements a tree node displayed in a TTreeView control. |
Version 4.0 | Generated 2025-05-03 | Home |