FMX.TreeView.TTreeView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.TreeView.TCustomTreeViewFMX.Layouts.TScrollBoxFMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTTreeView

Delphi

TTreeView = class(TCustomTreeView)

C++

class PASCALIMPLEMENTATION TTreeView : public TCustomTreeView

Properties

Type Visibility Source Unit Parent
class public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView FMX.TreeView

Description

TTreeView represents a window that displays a hierarchical list of items, such as the files and directories on a disk, for instance.

Use TTreeView to add an expanding and contracting outline to a FireMonkey form. Each node in a tree view control consists of a label and optionally a check box attached to each node. Each node can have a list of subnodes associated with it. By clicking a node that has subnodes you can expand or collapse the associated list of subnodes.

See Also