System.Sensors.TLocationChangedEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

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


Beschreibung

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

Siehe auch