FMX.ActnList.IIsChecked.SetIsChecked
Delphi
procedure SetIsChecked(const Value: Boolean);
C++
virtual void __fastcall SetIsChecked(const bool Value) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | IIsChecked |
Description
Setter method for the IsChecked property.
The SetIsChecked method takes the Value parameter to set the IsChecked property.
When Value is True SetIsChecked sets the control to the ON state.