System.Sensors.TCustomEnvironmentalSensor.Humidity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Humidity: Double index TProperty.Humidity read GetDoubleProperty;

C++

__property double Humidity = {read=GetDoubleProperty, index=2};

Properties

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

Description

Getter for the relative humidity, expressed in percentanges.

Platform Support

This property is only supported on Android and Windows.

See Also