System.Sensors.Components.TLocationSensor.OnLocationChanged
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 のラッパーです。