FMX.StdCtrls.TCustomSwitch.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked: Boolean read GetIsChecked write SetIsChecked stored IsCheckedStored;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomSwitch

Description

Indicates if the Switch is turned on or off.

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

See Also