FMX.StdCtrls.TExpander.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked: Boolean read FIsChecked write SetIsChecked default True;

C++

__property bool IsChecked = {read=FIsChecked, write=SetIsChecked, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Specifies whether the expander's check box is selected or not.

Set the IsChecked property to True to select the expander's check box. Set IsChecked to False in order to clear the expander's check box.

The default value for the IsChecked property is True.

See Also