FMX.Ani.TAnimation.StartTrigger

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimation

説明

指定されたアニメーションのトリガを動的に設定します。

ユーザー アプリケーションの他に、StartTrigger は、StartTriggerAnimation からも呼び出されます。StartTriggerAnimation により、すべての子アニメーションや、TFmxObject のすべての子の子アニメーションに対して、同じトリガーを動的に設定することができます。

関連項目