Data.DBXCommon.TDBXConnectionFactory.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TDBXConnectionFactory(void);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionFactory

Description

Creates an instance of TDBXConnectionFactory

This constructor creates and initializes an instance of TDBXConnectionFactory. You can create a new TDBXConnection object from this object that allows you to connect to a database. The dbxconnections.ini and dbxdrivers.ini files can specify all the information about the database connection for TDBXConnectionFactory to create the connection.

See Also