API:Data.DBXClient.TDBXClientDriver.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

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

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