API:Data.DBXClient.TDBXClientDriver.Create

From RAD Studio API Documentation
Jump to: navigation, search

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() { }

Properties

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

Description

Create TDBXDriver.

Data.DBXClient.TDBXClientDriver.Create inherits from Data.DBXCommon.TDBXDriver.Create. All content below this line refers to Data.DBXCommon.TDBXDriver.Create.

Create TDBXDriver.

Create creates and initializes a TDBXDriver instance.

See Also