Data.DBXCommon.TDBXDriverLoader

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXDriverLoader = class(TClassRegistryObject)
C++
class PASCALIMPLEMENTATION TDBXDriverLoader : public Data::Dbxclassregistry::TClassRegistryObject
Description
Collection of parameters needed when loading a driver.
This class is used by driver implementors. It provides a collection of parameters needed when loading a driver. By collecting them in a single record, parameters can be added without breaking older drivers. TDBXDriverLoader implementations can be registered with the TDBXDriverRegistry to load a driver by a string based name.