FMX.Layouts.TCustomScrollBox.UpdateAniCalculations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateAniCalculations;

C++

void __fastcall UpdateAniCalculations();

Properties

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

Description

Initializes the inertial scrolling and sets its properties.

UpdateAniCalculations calls CreateAniCalculations to create a TScrollCalculations object handling calculations of the inertial scrolling and calls DoUpdateAniCalculations to update the TouchTracking, BoundsAnimation, and AutoShowing properties of the inertial scrolling.

See Also