Data.DBXClient.TDBXClientDriver.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(DriverDef: TDBXDriverDef); overload; override;
constructor Create(DriverDef: TDBXDriverDef; DriverProps: TDBXProperties); overload;

C++

__fastcall virtual TDBXClientDriver(const Data::Dbxcommon::TDBXDriverDef &DriverDef)/* overload */;
__fastcall TDBXClientDriver(const Data::Dbxcommon::TDBXDriverDef &DriverDef, Data::Dbxcommon::TDBXProperties* DriverProps)/* overload */;
/* TDBXDriver.Create */ inline __fastcall TDBXClientDriver()/* overload */ : Data::Dbxcommon::TDBXDriver() { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientDriver

Description

Crée une instance de TDBXClientDriver.

Create est utilisée pour créer une nouvelle instance de TDBXClientDriver.

Il existe deux constructeurs surchargés : l'un qui accepte DriverDef (la définition du pilote) comme paramètre et l'autre qui accepte la définition et les propriétés du pilote (DriverProps).


Voir aussi