FMX.Ani.TAnimator.StopAnimation

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

Delphi

class procedure StopAnimation(const Target: TFmxObject; const AName: string);

C++

__classmethod void __fastcall StopAnimation(Fmx::Types::TFmxObject* const Target, const System::UnicodeString AName);

プロパティ

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

説明

指定された名前のアニメーションを停止します。

StopAnimation は、この FMX オブジェクトのすべての子をイテレートし、そのいずれかが TAnimation 型で、AName で指定された名前を持っている場合、そのアニメーションを停止します。

関連項目