System.Sensors.TCustomElectricalSensor.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: Double index TProperty.Current read GetDoubleProperty;

C++

__property double Current = {read=GetDoubleProperty, index=3};

Properties

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

Description

Current in amperes.

See Also