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

TTreeNode.TreeNodes

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

Declaration

Source position: comctrls.pp line 3175

public property TTreeNode.TreeNodes : TTreeNodes
  read GetTreeNodes;

Description

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.

See also

TTreeNode.TreeView

  

The tree view control where the node is displayed.

TTreeNode.Owner

  

Owner of the tree node instance.

TCustomTreeView.Items

  

The container with the TTreeNode instances for the control.

TTreeNodes

  

Implements a container for TTreeNode instances.


Version 4.0 Generated 2025-05-03 Home