System.Sensors.TCustomLocationSensor.TProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProperty = (Latitude, Longitude, ErrorRadius, Altitude, Speed, TrueHeading, MagneticHeading,
Address1, Address2, City, StateProvince, PostalCode, CountryRegion);

C++

enum class DECLSPEC_DENUM TProperty : unsigned char { Latitude, Longitude, ErrorRadius, Altitude, Speed, TrueHeading, MagneticHeading, Address1, Address2, City, StateProvince, PostalCode, CountryRegion };

Properties

Type Visibility Source Unit Parent
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Description

Type that represents a property of the sensor.

Instances of this type may represent any of the following properties:

See Also