System.Beacon.Components.TCustomBeacon.OnBeaconsEnterRegion

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

Delphi

property OnBeaconsEnterRegion: TBeaconsRegionEvent read FOnBeaconsEnterRegion write FOnBeaconsEnterRegion;

C++

__property System::Beacon::TBeaconsRegionEvent OnBeaconsEnterRegion = {read=FOnBeaconsEnterRegion, write=FOnBeaconsEnterRegion};

プロパティ

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


説明

新しいビーコンがリージョン内で検知された際に発生します。

このイベントは、いずれかの種類のビーコンがリージョン内で検知された際に発生します。

関連項目