Hauptmenü öffnen

RAD Studio API Documentation β

System.Sensors.Components.TLocationSensor.OnLocationChanged

Delphi

property OnLocationChanged: TLocationChangedEvent read FOnLocationChanged write SetOnLocationChanged;

C++

__property System::Sensors::TLocationChangedEvent OnLocationChanged = {read=FOnLocationChanged, write=SetOnLocationChanged};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor


Beschreibung

Wird ausgelöst, wenn die Position des Gerätes, auf dem Ihre Anwendung ausgeführt wird, geändert wird.

Diese Eigenschaft kapselt TCustomLocationSensor.OnLocationChanged.

Siehe auch