System.Sensors.TCustomLocationSensor.AvailableProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AvailableProperties: TProperties read GetAvailableProperties;

C++

__property TProperties AvailableProperties = {read=GetAvailableProperties, nodefault};

Properties

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

Description

Holds a list of the available properties specific to the sensor.

Because location sensors differ in functionality and amount of location information that they are able to provide, the AvailableProperties property has to be interrogated to determine which actual properties, within the location sensor object, are usable and have valid values. For example, there may be a sensor that can only provide values for the Latitude and Longitude properties. In this case, AvailableProperties will contain only Latitude and Longitude. The rest of the properties related to location information will not contain any valid values.

See Also

Personal tools
Translations