FMX.TreeView.TTreeViewItem

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TTextControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTreeViewItem

Delphi

TTreeViewItem = class(TTextControl, IItemsContainer, IGlyph)

C++

class PASCALIMPLEMENTATION TTreeViewItem : public Fmx::Controls::TTextControl

Properties

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

Description

TTreeViewItem represents an item in a TTreeView component.

Add TTreeViewItem to a TTreeViewItem component either programmatically, at run time, or at design time, by using the Items Designer. With the Items Designer you can add single nodes or nodes that contain other subnodes, in order to create a hierarchy of items. TTreeViewItem provides a check box for each TTreeViewItem that can be either selected or cleared.

See Also

Code Examples