[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTreeNode.TreeView

The tree view control where the node is displayed.

Declaration

Source position: comctrls.pp line 3176

public property TTreeNode.TreeView : TCustomTreeView
  read GetTreeView;

Description

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.

See also

TTreeNode.TreeNodes

  

The container where the tree node is stored, and the owner of the class instance.

TCustomTreeView

  

The base class for TTreeView.

TTreeNodes

  

Implements a container for TTreeNode instances.

TTreeNode

  

Implements a tree node displayed in a TTreeView control.


Version 4.0 Generated 2025-05-03 Home