Data.DBXCommon.TDBXDriverLoader

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXClassRegistry.TClassRegistryObjectSystem.TObjectTDBXDriverLoader

Delphi

TDBXDriverLoader = class(TClassRegistryObject)

C++

class PASCALIMPLEMENTATION TDBXDriverLoader : public Data::Dbxclassregistry::TClassRegistryObject

Properties

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

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.

See Also