FMX.StdCtrls.TCheckBox.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked: Boolean read GetIsChecked write SetIsChecked stored IsCheckedStored default False;

C++

__property bool IsChecked = {read=GetIsChecked, write=SetIsChecked, stored=IsCheckedStored, default=0};

Properties

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

Description

Specifies whether the default state of this check box is selected or cleared.

Set the IsChecked property to True in order to force this check box's default state to be selected. The check box becomes cleared once you click it again.

See Also