System.Sensors.TLocationChangedEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TLocationChangedEvent = procedure (Sender: TObject; const OldLocation, NewLocation: TLocationCoord2D) of object;

C++

typedef void __fastcall (__closure *TLocationChangedEvent)(System::TObject* Sender, const TLocationCoord2D &OldLocation, const TLocationCoord2D &NewLocation);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


Description

Type de gestionnaire d'événement pour les événements TCustomLocationSensor.OnLocationChanged et TLocationSensor.OnLocationChanged.

Voir aussi