Datasnap.DSHTTPCommon.TDSJsonResponseHandler.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall virtual TDSJsonResponseHandler(TDSHTTPCommandType CommandType, Datasnap::Dsservice::TDSService* DSService, bool ServiceInstanceOwner)/* overload */;
/* TDSServiceResponseHandler.Create */ inline __fastcall virtual TDSJsonResponseHandler(TDSHTTPCommandType CommandType, bool LocalConnection)/* overload */ : TDSServiceResponseHandler(CommandType, LocalConnection) { }

Eigenschaften

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

Beschreibung

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