FMX.Layouts.TScrollCalculations.DoStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStart; override;

C++

virtual void __fastcall DoStart();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollCalculations

Description

Calls the OnStart event handler.

FMX.Layouts.TScrollCalculations.DoStart inherits from FMX.InertialMovement.TAniCalculations.DoStart. All content below this line refers to FMX.InertialMovement.TAniCalculations.DoStart.

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