Vcl.ComCtrls.TCustomTreeView

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTreeView

Delphi

TCustomTreeView = class(TWinControl)

C++

class PASCALIMPLEMENTATION TCustomTreeView : public Vcl::Controls::TWinControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

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.

See Also