System.Sensors.Components.TLocationSensor.OnLocationChanged

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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