Datasnap.DSCommonServer.TDSServerConnection.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const Builder: TDBXConnectionBuilder); overload;
constructor Create(const Properties: TDBXProperties; const AServer: TDSCustomServer); overload;

C++

__fastcall TDSServerConnection(Data::Dbxcommon::TDBXConnectionBuilder* const Builder)/* overload */;
__fastcall TDSServerConnection(Data::Dbxcommon::TDBXProperties* const Properties, TDSCustomServer* const AServer)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerConnection

Beschreibung

Erstellt eine Instanz von TDBXConnection.

Datasnap.DSCommonServer.TDSServerConnection.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