API: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.

FMX.StdCtrls.TSwitch inherits from FMX.StdCtrls.TCustomSwitch. All content below this line refers to FMX.StdCtrls.TCustomSwitch.

Represents a two-way on/off switch for use in applications.

See Also