Data.DBXDelegate.TDBXDelegateConnection.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(ConnectionBuilder: TDBXConnectionBuilder;  Connection: TDBXConnection);

C++

__fastcall TDBXDelegateConnection(Data::Dbxcommon::TDBXConnectionBuilder* ConnectionBuilder, Data::Dbxcommon::TDBXConnection* Connection);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateConnection

Beschreibung

Erstellt eine Instanz von TDBXConnection.

Data.DBXDelegate.TDBXDelegateConnection.Create erbt von Data.DBXCommon.TDBXConnection.Create. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXConnection.Create.

Erstellt eine Instanz von TDBXConnection.

Dieser Konstruktor erstellt und initialisiert eine Instanz von TDBXConnection.

Siehe auch