System.Sensors.TCustomEnvironmentalSensor.Pressure

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pressure: Double index TProperty.Pressure read GetDoubleProperty;

C++

__property double Pressure = {read=GetDoubleProperty, index=1};

Properties

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

Description

Getter for the atmospheric pressure, expressed in Bars.

Platform Support

This property is only supported on Android and Windows.

See Also