FMX.ActnList.IIsChecked.IsChecked
Delphi
property IsChecked: Boolean read GetIsChecked write SetIsChecked;
C++
__property bool IsChecked = {read=GetIsChecked, write=SetIsChecked};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | IIsChecked |
Description
The IsChecked property is True if the control is on the ON state.
IsChecked uses GetIsChecked and SetIsChecked as getter and setter method respectively.