System.Sensors.TCustomElectricalSensor.Resistance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resistance: Double index TProperty.Resistance read GetDoubleProperty;

C++

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

Properties

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

Description

Resistance in ohms.

See Also