Vcl.WinXCtrls.TCustomToggleSwitch.ChangeState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeState; virtual;

C++

virtual void __fastcall ChangeState();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomToggleSwitch

Description

Changes the current state of the toggle switch.

See Also