System.Beacon.Components.TCustomBeacon.OnCalcDistance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalcDistance: TBeaconCalcDistanceEvent read FOnCalcDistance write FOnCalcDistance;

C++

__property System::Beacon::TBeaconCalcDistanceEvent OnCalcDistance = {read=FOnCalcDistance, write=FOnCalcDistance};

Properties

Type Visibility Source Unit Parent
event public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon

Description

The OnCalcDistance event is fired inmediatelly before the Distance is calculated.

You can use OnCalcDistance to provide your own algorithm to calculate the Distance.

See Also