Data.DBXCommon.TDBXDriver

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXDriver
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXDriver = class

C++

class PASCALIMPLEMENTATION TDBXDriver : public System::TObject

Description

Driver class for DBX framework.

Driver class for DBX framework. Loads client libraries if needed.

The DBX framework manages reference counts for all drivers that are loaded. When all TDBXConnection and TDBXDriver instances are freed, the driver is unloaded. So if an application holds on to an instance of TDBXConnection or TDBXDriver, that driver will not be unloaded.