System.Devices.TDeviceInfo.Attributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attributes[const Key: string]: string read GetAttribute;

C++

__property System::UnicodeString Attributes[const System::UnicodeString Key] = {read=GetAttribute};

Properties

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

Description

Attribute value assigned to the specified key.

Attributes are key-value pairs that provide additional information about the device. For example, to define the display name that the RAD Studio IDE shows for a device, you use an attribute.

See Also