System.Sensors.Components.TLocationSensor.OnLocationChanged
Révision datée du 24 mars 2014 à 18:38 par Diala (discussion | contributions) (1 version : Translated files - LOC-14519)
Delphi
property OnLocationChanged: TLocationChangedEvent read FOnLocationChanged write SetOnLocationChanged;
C++
__property System::Sensors::TLocationChangedEvent OnLocationChanged = {read=FOnLocationChanged, write=SetOnLocationChanged};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | published | System.Sensors.Components.pas System.Sensors.Components.hpp |
System.Sensors.Components | TLocationSensor |
Description
Se produit lors du changement de l'emplacement du périphérique exécutant votre application.
Cette propriété est un wrapper pour TCustomLocationSensor.OnLocationChanged.