System.Sensors.TCustomSensor.TProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProperty = (UniqueID, Manufacturer, Model, SerialNo, Name, Description);

C++

enum class DECLSPEC_DENUM TProperty : unsigned char { UniqueID, Manufacturer, Model, SerialNo, Name, Description };

Properties

Type Visibility Source Unit Parent
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Type that represents a property of the sensor.

Instances of this type may represent any of the following properties:

See Also