System.Sensors.TGpsSatellite.UsedInFix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UsedInFix: Boolean read FUsedInFix;

C++

__property bool UsedInFix = {read=FUsedInFix};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TGpsSatellite

Description

Specifies whether this satellite was used by the GPS engine to retrieve the most recent location data (True) or not (False).

See Also