FMX.Presentation.Style.TStyledPresentation.PMStartTriggerAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PMStartTriggerAnimation(var AMessage: TDispatchMessageWithValue<TTriggerInfo>); message PM_START_TRIGGER_ANIMATION;

C++

MESSAGE void __fastcall PMStartTriggerAnimation(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 StartTriggerAnimation.

PMStartTriggerAnimation is called from TPresentedControl.

See Also