FMX.Ani.TAnimation.StartTrigger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartTrigger(const AInstance: TFmxObject; const ATrigger: string);

C++

void __fastcall StartTrigger(Fmx::Types::TFmxObject* const AInstance, const System::UnicodeString ATrigger);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimation

Description

Dynamically sets a trigger for a given animation.

Besides user applications, StartTrigger is called by StartTriggerAnimation, which allows you to dynamically set the same trigger for all the child animations and for child animations of all the children of the TFmxObject.

See Also