System.Beacon.TBeaconManager.OnCalcDistance
Delphi
property OnCalcDistance: TBeaconCalcDistanceEvent read FOnCalcDistance write FOnCalcDistance;
C++
__property TBeaconCalcDistanceEvent OnCalcDistance = {read=FOnCalcDistance, write=FOnCalcDistance};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TBeaconManager |
Description
Attention: OnCalcDistance is deprecated. Please use OnCalculateDistances.
The OnCalcDistance event is fired inmediatelly before the Distance is calculated.
You can use OnCalcDistance to provide your own algorithm to calculate the Distance.