System.Beacon.Components.TCustomBeacon.OnBeaconError

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

Delphi

property OnBeaconError: TBeaconErrorEvent read FOnBeaconError write FOnBeaconError;

C++

__property System::Beacon::TBeaconErrorEvent OnBeaconError = {read=FOnBeaconError, write=FOnBeaconError};

プロパティ

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


説明

OnBeaconError イベントは、検知されたビーコンに問題がある毎に発生します。

関連項目