Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSDefaultDatabaseConnectionHandler

Description

Creates a TDSDefaultDatabaseConnectionHandler instance.

The Create constructor creates a new instance of the TDSDefaultDatabaseConnectionHandler class.

Create takes in three parameters. ADbxContext specifies the context information for the connection specified through the Con parameter. The third parameter specifies the next available dbExpress connection handler.

See Also