Data.DBXCommon.TDBXDelegateDriver
Delphi
TDBXDelegateDriver = class(TDBXDriver)
C++
class PASCALIMPLEMENTATION TDBXDelegateDriver : public TDBXDriver
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
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.