FMX.StdCtrls.TSwitch

Delphi
TSwitch = class(TCustomSwitch)
C++
class PASCALIMPLEMENTATION TSwitch : public TCustomSwitch
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | FMX.StdCtrls |
Description
Represents a two-way on-off switch for use in applications.
Use a TSwitch whenever you need to provide the user with a two-way on-off switch.