API:Datasnap.DSHTTP.TDSDefaultResponseHandler.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AllowBinaryStream: Boolean; DSService: TDSService; CommandType: TDSHTTPCommandType;  ServiceInstanceOwner: Boolean = True);

C++

__fastcall TDSDefaultResponseHandler(bool AllowBinaryStream, Datasnap::Dsservice::TDSService* DSService, Datasnap::Dshttpcommon::TDSHTTPCommandType CommandType, bool ServiceInstanceOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSDefaultResponseHandler

Beschreibung

Erstellt eine Antwortbehandlungsroutine für den DataSnap-Service.

Datasnap.DSHTTP.TDSDefaultResponseHandler.Create erbt von Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create. Der folgende Inhalt bezieht sich auf Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create.

Erstellt eine Antwortbehandlungsroutine für den DataSnap-Service.

Der Konstruktor Create erstellt eine Antwortbehandlungsroutine für den DataSnap-Service und initialisiert die als protected deklarierten Felder FDSService und FServiceInstanceOwner.

Siehe auch