API:System.Beacon.Components.TBeacon.OnCalcDistance

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

Delphi

property OnCalcDistance;

C++

__property OnCalcDistance;

プロパティ

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

説明

OnCalcDistance イベントは、Distance が計算される直前に発生します。

System.Beacon.Components.TBeacon.OnCalcDistance は System.Beacon.Components.TCustomBeacon.OnCalcDistance を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeacon.OnCalcDistance を参照しています。

OnCalcDistance イベントは、Distance が計算される直前に発生します。

OnCalcDistance を使用すると、Distance を計算する独自のアルゴリズムを指定できます。

関連項目