Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.Create

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

Delphi

constructor Create(const ADbxContext: TDBXContext; const Con: TDSServerConnectionHandler; const ANextHandler: TDBXConnectionHandler);

C++

__fastcall TDSDefaultDatabaseConnectionHandler(Data::Dbxcommon::TDBXContext* const ADbxContext, TDSServerConnectionHandler* const Con, Data::Dbxmessagehandlercommon::TDBXConnectionHandler* const ANextHandler);

プロパティ

種類 可視性 ソース ユニット
constructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSDefaultDatabaseConnectionHandler

説明

TDSDefaultDatabaseConnectionHandler のインスタンスを作成します。

Create コンストラクタは、TDSDefaultDatabaseConnectionHandler クラスのインスタンスを作成します。

Create は、パラメータを 3 つ取ります。ADbxContext は、Con パラメータで指定された接続に関するコンテキスト情報を示します。3 つ目のパラメータは、次の使用可能な dbExpress 接続ハンドラを示します。

関連項目