FMX.StdCtrls.TExpander

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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.

Error creating thumbnail: Unable to save thumbnail to destination

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

See Also

Code Examples