FMX.Switch.Style.TStyledSwitch.MMValueChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMValueChanged(var AMessage: TDispatchMessageWithValue<Boolean>); message MM_VALUE_CHANGED;

C++

MESSAGE void __fastcall MMValueChanged(Fmx::Presentation::Messages::TDispatchMessageWithValue__1<bool> &AMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Switch.Style.pas
FMX.Switch.Style.hpp
FMX.Switch.Style TStyledSwitch

Description

Notifies about the change in the value of TStyledSwitch.

See Also