System.Devices.TDeviceInfo.HasAttribute
Delphi
function HasAttribute(const Key: string): Boolean;
C++
bool __fastcall HasAttribute(const System::UnicodeString Key);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Devices.pas System.Devices.hpp |
System.Devices | TDeviceInfo |
説明
指定されたキーを持つ属性がデバイスに存在する場合には True を、そうでなければ False を返します。