System.Sensors.TLocationChangedEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


Beschreibung

Typ von Ereignisbehandlungsroutine für die Ereignisse TCustomLocationSensor.OnLocationChanged und TLocationSensor.OnLocationChanged.

Siehe auch