System.Sensors.TCustomSensor.CustomData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomData[const Data]: Variant read GetCustomData;

C++

__property System::Variant CustomData[const void *Data] = {read=GetCustomData};

Properties

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

Description

Sensor-specific data fields.

A data field provides a measurement value. The data fields provided by this property are data fields that the underlying system sensor can measure, but that do not match any of the other properties of the sensor class.

Note: Users must grant your application permission to access these data fields.

See Also