System.Devices.TDeviceInfo.HasAttribute

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

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 を返します。

関連項目