System.Sensors.TCustomLocationSensor.OnLocationChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnLocationChanged: TLocationChangedEvent read FOnLocationChanged write FOnLocationChanged;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor


Description

Se produit lors du changement de l'emplacement du périphérique exécutant votre application.

Cet événement fournit les arguments suivants à son gestionnaire d'événement :

Les propriétés LocationChange et Distance déterminent combien les changements d'emplacement doivent être importants pour déclencher cet événement.

Voir aussi