FMX.StdCtrls.TCustomSwitch.OnSwitch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSwitch: TNotifyEvent read GetOnSwitch write SetOnSwitch;

C++

__property System::Classes::TNotifyEvent OnSwitch = {read=GetOnSwitch, write=SetOnSwitch};

Properties

Type Visibility Source Unit Parent
event public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomSwitch

Description

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

See Also