FMX.Ani.TAnimator.StopPropertyAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure StopPropertyAnimation(const Target: TFmxObject; const APropertyName: string);

C++

__classmethod void __fastcall StopPropertyAnimation(Fmx::Types::TFmxObject* const Target, const System::UnicodeString APropertyName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimator

Description

Stops all current animations of specified property of Target object.