Data.DBXClient.TDBXClientDriverLoader

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXDriverLoaderData.DBXClassRegistry.TClassRegistryObjectSystem.TObjectTDBXClientDriverLoader

Delphi

TDBXClientDriverLoader = class(TDBXDriverLoader)

C++

class PASCALIMPLEMENTATION TDBXClientDriverLoader : public Data::Dbxcommon::TDBXDriverLoader

Properties

Type Visibility Source Unit Parent
class public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient Data.DBXClient

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.

See Also