Data.DBXClient.TDBXClientDriverLoader

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: Data.DBXClient |
Delphi
TDBXClientDriverLoader = class(TDBXDriverLoader)
C++
class PASCALIMPLEMENTATION TDBXClientDriverLoader : public Data::Dbxcommon::TDBXDriverLoader
Description
Collection of parameters needed when loading a driver.
This class is used by driver implementers. It provides a collection of parameters needed when loading a driver in an application that connects using a DbExpress DataSnap connection. By collecting them in a single record, parameters can be added without breaking older drivers. TDBXClientDriverLoader implementations can be registered with TDBXDriverRegistry to load a driver by a string-based name.