Vcl.ComCtrls.TTreeView

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomTreeViewVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTreeView

Delphi

TTreeView = class(TCustomTreeView)

C++

class PASCALIMPLEMENTATION TTreeView : public TCustomTreeView

Properties

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

Description

TTreeView represents a window that displays a hierarchical list of items, such as the headings in a document, the entries in an index, or the files and directories on a disk.

Use TTreeView to add an expanding and contracting outline to a form. Each node in a tree view control consists of a label and a number of optional bitmapped images. Each node can have a list of subnodes associated with it. By clicking on a node, the user can expand or collapse the associated list of subnodes.

See Also

Code Examples