System.Sensors.Components.TLocationSensor.OnExitRegion

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

Delphi

property OnExitRegion: TRegionProximityEvent read FOnExitRegion write SetOnExitRegion;

C++

__property System::Sensors::TRegionProximityEvent OnExitRegion = {read=FOnExitRegion, write=SetOnExitRegion};

プロパティ

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


説明

OnEnterRegion イベントは、デバイスが、Regions リストに登録された領域から離れると、発生します。

このプロパティは、TCustomLocationSensor.OnExitRegion のラッパーです。

関連項目