RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.DBXConnection Property

Provides an interface to the dbExpress object that represents a connection.

Pascal
property DBXConnection: TDBXConnection;
C++
__property TDBXConnection DBXConnection;

DBXConnection is an interface to the underlying dbExpress object for a database connection. Typically, you would not need to interact directly with this dbExpress object because all of its methods are surfaced, directly or indirectly, in the implementation of TSQLConnection

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!