System.Devices.TDeviceInfo.Devices

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo


説明

デバイスのこのリストにおいて、指定されたインデックスを持つ Device

AddDeviceRemoveDevice を使用すると、リストに対して、デバイスを追加および削除することができます。

DeviceByID を使用すると、リストのデバイスに、ID でアクセスすることができます。

関連項目