FMX.Ani.TBitmapListAnimation.ProcessAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ProcessAnimation; override;

C++

virtual void __fastcall ProcessAnimation();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TBitmapListAnimation

Description

Advances the value of the controlled property.

ProcessAnimation is a protected method that should be called by the thread configured to process an animation for each increment of time. This increment of time is platform-specific. A specific number of these time increments make up a delta time. The ProcessTick method takes a delta time as a parameter and calls ProcessAnimation the required number of times.

See Also