System.Beacon.Components.TCustomBeacon.OnCalculateDistances

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalculateDistances: TBeaconsCalcDistancesEvent read FOnCalculateDistances write FOnCalculateDistances;

C++

__property System::Beacon::TBeaconsCalcDistancesEvent OnCalculateDistances = {read=FOnCalculateDistances, write=FOnCalculateDistances};

Properties

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

Description

Occurs before the distance to any kind beacon is calculated.

You can use your own algorithm to calculate the distance.

See Also