System.Sensors.TCustomEnvironmentalSensor.Temperature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Temperature: Double index TProperty.Temperature read GetDoubleProperty;

C++

__property double Temperature = {read=GetDoubleProperty, index=0};

Properties

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

Description

Getter for the temperature, expressed in Celsius degrees.

Platform Support

This property is only supported on Android and Windows.

See Also