Data.DBXCommon.TDBXDriver.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(DriverDef: TDBXDriverDef); overload; virtual;
constructor Create; overload;

C++

__fastcall virtual TDBXDriver(const TDBXDriverDef &DriverDef)/* overload */;
__fastcall TDBXDriver()/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDriver

Beschreibung

Erzeugt eine TDBXDriver-Instanz.

Create erstellt und initialisiert eine Instanz von TDBXDriver.

Siehe auch