Vcl.WinXCtrls.TToggleSwitch.ReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadOnly: Boolean read FReadOnly write FReadOnly default 0;

C++

__property ReadOnly = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitch

Description

Indicates whether the toggle switch is in read-only mode.

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

Indicates whether the toggle switch is in read-only mode.

If True, the user cannot change the state of the toggle switch. You can still change the State programatically.

Default is False.

See Also