RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes Class

TTreeNodes maintains a list of tree nodes in a tree view control.

Pascal
TTreeNodes = class(TPersistent);
C++
class TTreeNodes : public TPersistent;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!