FMX.StdCtrls.TSwitch

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomSwitchFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSwitch

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.

Switches.png

See Also