Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(CommandType: TDSHTTPCommandType; LocalConnection: Boolean); overload; virtual;

C++

__fastcall virtual TDSServiceResponseHandler(TDSHTTPCommandType CommandType, bool LocalConnection)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Beschreibung

Führt verschiedene Initialisierungen durch.

Der Konstruktor Create initialisiert die folgenden Felder: Destroy, FCommandType, FLocalConnection und ForceResultArray.

Siehe auch