FMX.Presentation.Style.TStyledPresentation.PMApplyTriggerEffect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PMApplyTriggerEffect(var AMessage: TDispatchMessageWithValue<TTriggerInfo>); message PM_APPLY_TRIGGER_EFFECT;

C++

MESSAGE void __fastcall PMApplyTriggerEffect(Fmx::Presentation::Messages::TDispatchMessageWithValue__1<Fmx::Controls::Presentation::TTriggerInfo> &AMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

Calls ApplyTriggerEffect.

PMApplyTriggerEffect is called from TPresentedControl.

See Also