API:FMX.StdCtrls.TSwitch.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked: Boolean read GetIsChecked write SetIsChecked stored IsCheckedStored;

C++

__property IsChecked;

Properties

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

Description

Indicates if the Switch is turned on or off.

FMX.StdCtrls.TSwitch.IsChecked inherits from FMX.StdCtrls.TCustomSwitch.IsChecked. All content below this line refers to FMX.StdCtrls.TCustomSwitch.IsChecked.

Indicates if the Switch is turned on or off.

IsChecked is True if the Switch is turned on, False otherwise.

See Also