System.Devices.TDeviceInfo.ID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ID: string read FID;

C++

__property System::UnicodeString ID = {read=FID};

Properties

Type Visibility Source Unit Parent
property public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo

Description

String that uniquely identifies the device in the list of devices.

See Also