FMX.Types.TFmxObject.StopPropertyAnimation
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)が割り当てられていた場合、そのアニメーションを停止します。