System.Sensors.Components.TLocationSensor.OnHeadingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHeadingChanged : THeadingChangedEvent read FOnHeadingChanged write SetOnHeadingChanged;

C++

__property System::Sensors::THeadingChangedEvent OnHeadingChanged = {read=FOnHeadingChanged, write=SetOnHeadingChanged};

Properties

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

Description

Occurs when the direction in which the device running your application is headed changes.

This property is a wrapper for TCustomLocationSensor.OnHeadingChanged.

See Also