FMX.InertialMovement.TAniCalculations.DoStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStart; virtual;

C++

virtual void __fastcall DoStart();

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.

See Also