FMX.InertialMovement.TAniCalculations.DoStart
Delphi
procedure DoStart; virtual;
C++
virtual void __fastcall DoStart(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.InertialMovement.pas FMX.InertialMovement.hpp | FMX.InertialMovement | TAniCalculations | 
Description
Calls the OnStart event handler.
DoStart is executed when the inertial scrolling engine starts to update parameters of the inertial moving.
Descendant classes can override DoStart as necessary.