FMX.Types.TFmxObject.StopPropertyAnimation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure StopPropertyAnimation(const APropertyName: string);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Beschreibung

Beendet die Animation der angegebenen Eigenschaft dieses FMX-Objekts.

StopPropertyAnimation durchläuft alle untergeordneten Elemente dieses FMX-Objekts und beendet die Animation, wenn eines der untergeordneten Elemente den Typ TFloatAnimation oder TColorAnimation hat und der angegebenen Eigenschaft zugewiesen ist (APropertyName).

Siehe auch