FMX.StdCtrls.TExpander.FIsExpanded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FIsExpanded: Boolean;

C++

bool FIsExpanded;

Properties

Type Visibility Source Unit Parent
field protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Used internally to store the state of the IsExpanded property.

FIsExpanded is a protected field that is internally used to store the state of the IsExpanded property. FIsExpanded is True if the expander is expanded, False otherwise.

See Also