System.Sensors.TGpsSatellite.HasEphemeris

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasEphemeris: Boolean read FHasEphemeris;

C++

__property bool HasEphemeris = {read=FHasEphemeris};

Properties

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

Description

Specifies whether the satellite provides ephemeris information (True) or not (False).

See Also