Data.DBXClient.TDBXClientDriverLoader.Load

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Load(DriverDef: TDBXDriverDef): TDBXDriver; override;

C++

virtual Data::Dbxcommon::TDBXDriver* __fastcall Load(const Data::Dbxcommon::TDBXDriverDef &DriverDef);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientDriverLoader

Description

Loads a driver using parameters.

The Load method loads a driver using the provided DriverDef parameter.

See Also