Data.DBXCommon.TDBXDelegateDriver

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXDelegateDriver = class(TDBXDriver)
C++
class PASCALIMPLEMENTATION TDBXDelegateDriver : public TDBXDriver
Description
Delegate driver base class.
This is the delegate driver base class. The TDBXConnectionFactory.GetDriver method also returns an instance of TDBXDelegateDriver, so it can control the loading and unloading of drivers.