System.Beacon.Components.TCustomBeacon.OnBeaconsExitRegion

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

Delphi

property OnBeaconsExitRegion: TBeaconsRegionEvent read FOnBeaconsExitRegion write FOnBeaconsExitRegion;

C++

__property System::Beacon::TBeaconsRegionEvent OnBeaconsExitRegion = {read=FOnBeaconsExitRegion, write=FOnBeaconsExitRegion};

プロパティ

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


説明

リージョンに登録されたすべてのビーコンが、到達不可の場合に発生します。

このイベントはいずれの種類のビーコン形式に対しても発生します。

関連項目