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

List of properties that this specific sensor can provide.

Not all system sensors can provide TCustomLocationSensor the information for all its properties. Only properties in the AvailableProperties set are usable and have valid values.

Before you read the properties of TCustomLocationSensor, you must check whether or not the target properties are in the AvailableProperties set. See:

See Also