System.Sensors.TCustomEnvironmentalSensor.Humidity

From RAD Studio API Documentation
Revision as of 13:44, 19 February 2014 by AChavesBot (talk | contribs) (Robot: Automated text replacement (-supported in +supported on))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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