System.Sensors.TCustomElectricalSensor.Voltage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Voltage: Double index TProperty.Voltage read GetDoubleProperty;

C++

__property double Voltage = {read=GetDoubleProperty, index=4};

Properties

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

Description

Voltage in volts.

See Also