FMX.Styles.Objects.TTouchAnimationAdapter.TTouchAnimation.ProcessAnimation

From RAD Studio API Documentation

Delphi

procedure ProcessAnimation; override;

C++

virtual void __fastcall ProcessAnimation(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Styles.Objects.pas
FMX.Styles.Objects.hpp
FMX.Styles.Objects TTouchAnimation

Description

Moves the value of the controlled property by one increment. {{#multireplace:FMX.Styles.Objects.TTouchAnimationAdapter.TTouchAnimation.ProcessAnimation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Ani.TAnimation.ProcessAnimation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Ani.TAnimation.ProcessAnimation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Moves the value of the controlled property by one increment.

ProcessAnimation is a protected method used in the implementation of a descendant class of a TAnimation. ProcessAnimation should be called by the thread configured to process an animation for each increment of time. The increment of time is platform-specific; a specific number of 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