FMX.Types.TFmxObject.StopPropertyAnimation
Delphi
procedure StopPropertyAnimation(const APropertyName: string);
C++
void __fastcall StopPropertyAnimation(const System::UnicodeString APropertyName);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Arrête l'animation de la propriété spécifiée de cet objet FMX.
StopPropertyAnimation parcourt tous les enfants de cet objet FMX et, si l'un d'eux est du type TFloatAnimation ou TColorAnimation et qu'il est affecté à la propriété spécifiée (APropertyName
), elle arrête l'animation.