Data.DBXCommon.TDBXConnectionFactory.HasDriverProperties

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

Delphi

function HasDriverProperties(const DriverName : string) : TDBXProperties;

C++

TDBXProperties* __fastcall HasDriverProperties(const System::UnicodeString DriverName);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionFactory

説明

DriverName の TDBXProperties を取得します。

HasDriverProperties は、DriverName パラメータに対応する TDBXProperties インスタンスを返します。ドライバが登録されていない場合は、nil を返します。

関連項目