System.Sensors.Components.TLocationSensor.OnLocationChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi