Data.DBXClient.TDBXClientDriverLoader.Load

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientDriverLoader

Delphi

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

C++

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

Description

Loads a driver using parameters.

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

See Also