Data.DBXClient.TDBXClientDriverLoader.Load
[–] 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.