FMX.InertialMovement.TAniCalculations.TargetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetCount: Integer read GetTargetCount;

C++

__property int TargetCount = {read=GetTargetCount, nodefault};

Properties

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

Description

The number of target points stored in the array that is retrieved by GetTargets.

Target points have the TTarget type.

See Also