Data.DBXCommon.TDBXDelegateDriver.CreateConnection

From RAD Studio API Documentation

Delphi

function  CreateConnection(ConnectionBuilder:  TDBXConnectionBuilder): TDBXConnection; override;

C++

virtual TDBXConnection* __fastcall CreateConnection(TDBXConnectionBuilder* ConnectionBuilder);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDelegateDriver

Description

Create instance of TDBXConnection. {{#multireplace:Data.DBXCommon.TDBXDelegateDriver.CreateConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXDriver.CreateConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXDriver.CreateConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Create instance of TDBXConnection.

Used by TDBXConnectionFactory to create instances of TDBXConnection.

See Also