Data.DBXCommon.TDBXConnectionFactory.HasDriverProperties
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 を返します。