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

Specifies the state of this switch component (on or off).

Use the IsChecked property to specify the status of this switch (on - True; off - False).

Switches.png

See Also