System.Sensors.Components.TLocationSensor.OnLocationChanged

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

Delphi

property OnLocationChanged: TLocationChangedEvent read FOnLocationChanged write SetOnLocationChanged;

C++

__property System::Sensors::TLocationChangedEvent OnLocationChanged = {read=FOnLocationChanged, write=SetOnLocationChanged};

プロパティ

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


説明

OnLocationChanged イベントは、位置変更を受信した際に、発生します。

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

関連項目