System.Sensors.Components.TLocationSensor.OnHeadingChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnHeadingChanged : THeadingChangedEvent read FOnHeadingChanged write SetOnHeadingChanged;

C++

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

Propriétés

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


Description

Se produit lors du changement de la direction dans laquelle le périphérique exécutant votre application est orienté.

Cette propriété est un wrapper pour TCustomLocationSensor.OnHeadingChanged.

Voir aussi