System.Beacon.Components.TBeacon.OnCalculateDistances

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnCalculateDistances: TBeaconsCalcDistancesEvent read FOnCalculateDistances write FOnCalculateDistances;

C++

__property OnCalculateDistances;

プロパティ

種類 可視性 ソース ユニット
event published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

説明

いずれかの種類のビーコンへの距離を計算する前に発生します。

System.Beacon.Components.TBeacon.OnCalculateDistances は System.Beacon.Components.TCustomBeacon.OnCalculateDistances を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeacon.OnCalculateDistances を参照しています。 いずれかの種類のビーコンへの距離を計算する前に発生します。

距離を計算するために独自のアルゴリズムを使用することができます。

関連項目