FMX.ScrollBox.Style.TScrollCalculations.DoStart

From RAD Studio API Documentation

Delphi

procedure DoStart; override;

C++

virtual void __fastcall DoStart(void);

Properties

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

Description

Calls the OnStart event handler. {{#multireplace:FMX.ScrollBox.Style.TScrollCalculations.DoStart|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.InertialMovement.TAniCalculations.DoStart|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.InertialMovement.TAniCalculations.DoStart|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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