FMX.Ani.TAnimator.AnimateIntWait

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure AnimateIntWait(const Target: TFmxObject; const APropertyName: string; const NewValue: Integer; Duration: Single = 0.2;  AType: TAnimationType = TAnimationType.In; AInterpolation: TInterpolationType = TInterpolationType.Linear);

C++

__classmethod void __fastcall AnimateIntWait(Fmx::Types::TFmxObject* const Target, const System::UnicodeString APropertyName, const int NewValue, float Duration = 2.000000E-01f, Fmx::Types::TAnimationType AType = (Fmx::Types::TAnimationType)(0x0), Fmx::Types::TInterpolationType AInterpolation = (Fmx::Types::TInterpolationType)(0x0));

Properties

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

Description

Animates the integer property synchronously, waits until the animation is finished.

Do not use it for Android.