FMX.InertialMovement.TAniCalculations.PositionTimes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PositionTimes[const index: Integer]: TDateTime read GetPositionTimes;

C++

__property System::TDateTime PositionTimes[const int index] = {read=GetPositionTimes};

Properties

Type Visibility Source Unit Parent
property protected
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Array of times corresponding to Positions.

Positions are positions on the trajectory of the moving of the mouse (or finger), which is managing the inertial scrolling. PositionTimes are times of these Positions.

The scrolling engine keeps positions and PositionTimes during the StorageTime.

See Also