RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnectionFactory.Create Constructor

Creates an instance of TDBXConnectionFactory

Pascal
constructor Create;
C++
__fastcall 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!