FMX.ScrollBox.Style.TScrollCalculations.DoStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStop; override;

C++

virtual void __fastcall DoStop();

Properties

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

Description

Calls the OnStop event handler.

FMX.ScrollBox.Style.TScrollCalculations.DoStop inherits from FMX.InertialMovement.TAniCalculations.DoStop. All content below this line refers to FMX.InertialMovement.TAniCalculations.DoStop.

Calls the OnStop event handler.

DoStop is executed when the inertial scrolling engine stops updating parameters of the inertial moving.

Descendant classes can override DoStop as necessary.

See Also