FMX.Grid.TCustomGrid.AniCalculations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AniCalculations: TAniCalculations read GetAniCalculations;

C++

__property AniCalculations;

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Returns the instance to the class that provides scrolling physics calculations.

FMX.Grid.TCustomGrid.AniCalculations inherits from FMX.ScrollBox.TCustomPresentedScrollBox.AniCalculations. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.AniCalculations.

Returns the instance to the class that provides scrolling physics calculations.

AniCalculations is only available for style presentation. For native presentation, it returns null/nil.

See Also