System.Sensors.TCustomLocationSensor.OnLocationChanged

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

Delphi

property OnLocationChanged: TLocationChangedEvent read FOnLocationChanged write FOnLocationChanged;

C++

__property TLocationChangedEvent OnLocationChanged = {read=FOnLocationChanged, write=FOnLocationChanged};

プロパティ

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


説明

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

関連項目