Vcl.WinXCtrls.TToggleSwitchState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TToggleSwitchState = (tssOff, tssOn);

C++

enum DECLSPEC_DENUM TToggleSwitchState : unsigned char { tssOff, tssOn };

Properties

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

Description

The state of a toggle switch.

Possible values are:

  • tssOff: The toggle switch is in the off state.
  • tssOn: The toggle switch is in the on state.

See Also