API:Data.DbxDatasnap.TDBXDatasnapDriver.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(DriverDef: TDBXDriverDef); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapDriver

Description

Creates a TDBXClientDriver instance.

Data.DbxDatasnap.TDBXDatasnapDriver.Create inherits from Data.DBXClient.TDBXClientDriver.Create. All content below this line refers to Data.DBXClient.TDBXClientDriver.Create.

Creates a TDBXClientDriver instance.

Create is used to create a new TDBXClientDriver instance.

There are two overloaded constructors: one that receives as parameter DriverDef, which is the driver definition and one that receives the driver definition and the driver properties (DriverProps).


See Also