RAD Studio VCL Reference
|
TTreeNodes maintains a list of tree nodes in a tree view control.
TTreeNodes = class(TPersistent);
class TTreeNodes : public TPersistent;
ComCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|