FMX.StdCtrls.TExpander

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TExpander = class(TTextControl)

C++

class PASCALIMPLEMENTATION TExpander : public Fmx::Controls::TTextControl

Properties

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

Description

Represents a graphical control used to hold multiple graphical controls with the possibility to expand or contract its display area.

Use TExpander components when you need to provide the user with a way of placing graphical components on a surface that can be expanded or collapsed in order to show or hide its contents.

Expander.png

Collapse or expand this expander control by clicking its collapse/expand button.

See Also

Code Examples