FMX.StdCtrls.TSwitch.IsChecked

From RAD Studio API Documentation

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).

Error creating thumbnail: Unable to save thumbnail to destination

See Also