FMX.Controls.TPathAnimation.ProcessAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ProcessAnimation; override;

C++

virtual void __fastcall ProcessAnimation(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPathAnimation

Description

Updates movement along the path.

Do not call the protected ProcessAnimation method directly in an application. ProcessAnimation is called periodically and updates movement along the path according to the elapsed time.

See Also