FMX.Layouts.TCustomScrollBox.DoUpdateAniCalculations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateAniCalculations(const AAniCalculations: TScrollCalculations); virtual;

C++

virtual void __fastcall DoUpdateAniCalculations(TScrollCalculations* const AAniCalculations);

Properties

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

Description

Sets the default inertial scrolling properties for the current platform.

DoUpdateAniCalculations is called from UpdateAniCalculations to set the default values to the Animation, TouchTracking, BoundsAnimation, and AutoShowing properties of the inertial scrolling under the current platform. DoUpdateAniCalculations sets the properties of the TScrollCalculations object kept in the AniCalculations property.

See Also