API: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

TCustomTreeView is the base class for all tree view descendants.

FMX.TreeView.TTreeView inherits from FMX.TreeView.TCustomTreeView. All content below this line refers to FMX.TreeView.TCustomTreeView.

TCustomTreeView is the base class for all tree view descendants.

TCustomTreeView is the base class for all tree view descendant components, such as TTreeView. TCustomTreeView implements basic common functionality for handling nodes and subnodes and also graphical customizations such as the font and style to use when rendering the contents of the tree view component that extends this class.

If you want to implement your own tree view component, use TCustomTreeView as base class.

See Also