FMX.Types.TFmxObject.StopPropertyAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopPropertyAnimation(const APropertyName: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Stops the animation of the specified property of this FMX object.

StopPropertyAnimation iterates through all the children of this FMX object and, if one of them is of type TFloatAnimation or TColorAnimation and is assigned to the specified property (APropertyName), stops the animation.

See Also