System.Sensors.Components.TLocationSensor.OnLocationChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLocationChanged: TLocationChangedEvent read FOnLocationChanged write SetOnLocationChanged;

C++

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

Properties

Type Visibility Source Unit Parent
event published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor

Description

Occurs when the location of the device running your application changes.

This property is a wrapper for TCustomLocationSensor.OnLocationChanged.

See Also