System.Sensors.TCustomSensor.UniqueID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UniqueID: string index TProperty.UniqueID read GetSensorProperty;

C++

__property System::UnicodeString UniqueID = {read=GetSensorProperty, index=0};

Properties

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

Description

ID that uniquely identifies the sensor.

See Also