Data.DBXCommon.TDBXConnectionFactory.GetConnectionDriver

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

Delphi

function GetConnectionDriver(const ConnectionName : string) : TDBXDelegateDriver; overload;

C++

TDBXDelegateDriver* __fastcall GetConnectionDriver(const System::UnicodeString ConnectionName)/* overload */;

プロパティ

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

説明

接続名の TDBXDriver インスタンスを取得します。

このメソッドは,提供された ConnectionName に関連付けられた TDBXDriver インスタンスを取得します。

メモ:  TDBXDriver が不要になった場合は,TDBXDriver.Free を呼び出します。

関連項目