System.Devices.TDeviceInfo.Devices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Devices[Index: Integer]: TDeviceInfo read GetDevice;

C++

/* static */ __property TDeviceInfo* Devices[int Index] = {read=GetDevice};

Properties

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

Description

Device with the specified index in this list of devices.

Use AddDevice and RemoveDevice to add and remove devices from the list.

Use DeviceByID to access devices of the list by ID.

See Also