FMX.Ani.TAnimator.StopTriggerAnimation

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

Delphi

class procedure StopTriggerAnimation(const Target: TFmxObject; const AInstance: TFmxObject; const ATrigger: string);

C++

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

プロパティ

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

説明

トリガが設定されていない場合、このオブジェクトの子のアニメーションをすべて停止します。

StopTriggerAnimation は、この FMX オブジェクトのすべての子をイテレートし、そのいずれかが TAnimation 型で、トリガが設定されていない場合、そのアニメーションを停止します。

トリガに関するさらなる情報については、ヘルプ トピック「Trigger」を参照してください。

関連項目