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

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

See Also

Sample