FMX.InertialMovement.TAniCalculations.SetTargets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTargets(const ATargets: array of TTarget);

C++

void __fastcall SetTargets(const TTarget *ATargets, const int ATargets_High);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

Use the ATarget array to set the array of TTarget target points to be used to calculate parameters of the inertial scrolling.

See Also