ComCtrls.TCustomTreeView
Contents |
Delphi Information
From ComCtrls.pas
TCustomTreeView = class(TWinControl)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TCustomTreeView Members
Class Properties: ComCtrls.TCustomTreeView Properties
Class Methods: ComCtrls.TCustomTreeView Methods
Class Fields: ComCtrls.TCustomTreeView Fields
Class Constructors & Destructors: ComCtrls.TCustomTreeView Constructors
Class Events: ComCtrls.TCustomTreeView Events
C++ Information
From ComCtrls.hpp
TCustomTreeView = class(TWinControl)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TCustomTreeView Members
Class Properties: ComCtrls.TCustomTreeView Properties
Class Methods: ComCtrls.TCustomTreeView Methods
Class Fields: ComCtrls.TCustomTreeView Fields
Class Constructors & Destructors: ComCtrls.TCustomTreeView Constructors
Class Events: ComCtrls.TCustomTreeView Events
Description
TCustomTreeView is the base type for tree-view components such as TTreeView.
Use TCustomTreeView as a base class when defining controls that present information in a hierarchical structure with nodes that can be expanded or collapsed. Most of the properties defined in TCustomTreeView are protected so that you can choose whether to publish them in your own tree view components.
Do not create instances of TCustomTreeView. Use the generic descendant TTreeView, or create your own descendant class.