System.Beacon.Components.TBeacon.OnCalculateDistances

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalculateDistances;

C++

__property OnCalculateDistances;

Properties

Type Visibility Source Unit Parent
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

Occurs before the distance to any kind beacon is calculated.

System.Beacon.Components.TBeacon.OnCalculateDistances inherits from System.Beacon.Components.TCustomBeacon.OnCalculateDistances. All content below this line refers to System.Beacon.Components.TCustomBeacon.OnCalculateDistances. Occurs before the distance to any kind beacon is calculated.

You can use your own algorithm to calculate the distance.

See Also