System.Sensors.Components.TLocationSensor.OnEnterRegion

提供:RAD Studio API Documentation

Delphi

property OnEnterRegion: TRegionProximityEvent read FOnEnterRegion write SetOnEnterRegion;

C++

__property System::Sensors::TRegionProximityEvent OnEnterRegion = {read=FOnEnterRegion, write=SetOnEnterRegion};

プロパティ

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


説明

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

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

関連項目