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

関連項目