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

Occurs immediately after you change the state of this switch component from on to off and vice versa.

See Also