Data.DBXCommon.TDBXDelegateDriver.CreateConnection

From RAD Studio API Documentation
Jump to: navigation, search

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.

Data.DBXCommon.TDBXDelegateDriver.CreateConnection inherits from Data.DBXCommon.TDBXDriver.CreateConnection. All content below this line refers to Data.DBXCommon.TDBXDriver.CreateConnection.

Create instance of TDBXConnection.

Used by TDBXConnectionFactory to create instances of TDBXConnection.

See Also