Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSDefaultDatabaseConnectionHandler

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

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