System.Sensors.TCustomEnvironmentalSensor.Humidity
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.