Vcl.ComCtrls.TTreeNodes
Delphi
TTreeNodes = class(TPersistent)
C++
class PASCALIMPLEMENTATION TTreeNodes : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TTreeNodes maintains a list of tree nodes in a tree view control.
The Items property of the tree view control is a TTreeNodes object and maintains the collection of nodes in the tree view. Nodes can be added, deleted, inserted, and moved within the tree view. Access the nodes in the tree view through the Items property of the tree view.