FMX.Types.TFmxObject.StopPropertyAnimation

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

Delphi

procedure StopPropertyAnimation(const APropertyName: string);

C++

void __fastcall StopPropertyAnimation(const System::UnicodeString APropertyName);

プロパティ

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

説明

この FMX オブジェクトの指定されたプロパティのアニメーションを、停止します。

StopPropertyAnimation は、この FMX オブジェクトのすべての子をイテレートし、そのいずれかが TFloatAnimation または TColorAnimation 型であり、指定されたプロパティ(APropertyName)が割り当てられていた場合、そのアニメーションを停止します。

関連項目