API: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.

Data.DBXClient.TDBXClientDriverLoader inherits from Data.DBXCommon.TDBXDriverLoader. All content below this line refers to Data.DBXCommon.TDBXDriverLoader.

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.

See Also