API:Vcl.WinXCtrls.TToggleSwitch

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCtrls.TCustomToggleSwitchVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTToggleSwitch

Delphi

TToggleSwitch = class(TCustomToggleSwitch)

C++

class PASCALIMPLEMENTATION TToggleSwitch : public TCustomToggleSwitch

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

The base class for TToggleSwitch.

Vcl.WinXCtrls.TToggleSwitch inherits from Vcl.WinXCtrls.TCustomToggleSwitch. All content below this line refers to Vcl.WinXCtrls.TCustomToggleSwitch.

The base class for TToggleSwitch.

TToggleSwitch implements a clickable control that allows a user to toggle between an On state and an Off state.

See Also

Sample