API:FMX.TreeView.TCustomTreeView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layouts.TScrollBoxFMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTreeView

Delphi

TCustomTreeView = class(TScrollBox, IItemsContainer, IInflatableContent<TTreeViewItem>, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomTreeView : public Fmx::Layouts::TScrollBox

Properties

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

Description

Extends TCustomScrollBox declaring published properties.

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

Extends TCustomScrollBox declaring published properties.

TScrollBox extends TCustomScrollBox declaring published properties. TScrollBox does not extend the base class with any new functionality.

In difference to TFramedScrollBox, TScrollBox does not draw the edges (top, left, bottom, and right) and does not fill the control rectangle with any special color. Therefore, by default TScrollBox is not highlighted from the background of a parent control.

See Also

Code Examples