System.Sensors.TLocationChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Type of event handler for the TCustomLocationSensor.OnLocationChanged and TLocationSensor.OnLocationChanged events.

See Also