API:FMX.StdCtrls.TSwitch.OnSwitch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSwitch: TNotifyEvent read GetOnSwitch write SetOnSwitch;

C++

__property OnSwitch;

Properties

Type Visibility Source Unit Parent
event published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSwitch

Description

Event handler that is invoked when Switch changes the value of IsChecked.

FMX.StdCtrls.TSwitch.OnSwitch inherits from FMX.StdCtrls.TCustomSwitch.OnSwitch. All content below this line refers to FMX.StdCtrls.TCustomSwitch.OnSwitch.

Event handler that is invoked when Switch changes the value of IsChecked.

See Also