FMX.Types.TFmxObject.StopAnimation
From RAD Studio API Documentation
Delphi
procedure StopAnimation(const AName: string); virtual;
C++
virtual void __fastcall StopAnimation(const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Stops the animation given through its name.
StopAnimation iterates through all the children of this FMX object and, if one of them is of type TAnimation and has the name specified through AName, stops the animation.