RAD Studio VCL Reference
|
TTreeNode describes an individual node in a tree view control.
TTreeNode = class(TPersistent);
class TTreeNode : public TPersistent;
ComCtrls
Each node in a tree view control consists of a label and an optional bitmapped image. Each item can be the parent of a list of subitems. By clicking an item, the user can expand or collapse the associated list of subitems.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|