FMX.InertialMovement.TAniCalculations.TargetCount
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.