Vcl.WinXCtrls.TCustomToggleSwitch.IsOn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsOn: Boolean;

C++

bool __fastcall IsOn();

Properties

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

Description

Indicates whether the toggle switch is in the On state.

See Also