FMX.StdCtrls.TRadioButton.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 TRadioButton

Description

Specifies whether the default state of this radio button is selected or cleared.

Set the IsChecked property to True to force this radio button's default state to be selected. The button comes back to its initial cleared state once you click it.

See Also