System.Sensors.TCustomLocationSensor.OnEnterRegion

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

Delphi

property OnEnterRegion: TRegionProximityEvent read FOnEnterRegion write FOnEnterRegion;

C++

__property TRegionProximityEvent OnEnterRegion = {read=FOnEnterRegion, write=FOnEnterRegion};

プロパティ

種類 可視性 ソース ユニット
event public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor


説明

OnEnterRegion イベントは、デバイスが、Regions リストに登録された領域に入ったことにより通知を受けると、発生します。

関連項目