Datasnap.DSHTTPCommon.TDSJsonResponseHandler.GetCommandResponse

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure GetCommandResponse(Command: TDBXCommand; out Response: TJSONValue; out ResponseStream: TStream);

C++

void __fastcall GetCommandResponse(Data::Dbxcommon::TDBXCommand* Command, /* out */ System::Json::TJSONValue* &Response, /* out */ System::Classes::TStream* &ResponseStream);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Description

Prend une commande DBX et remplit Response ou ResponseStream avec des informations.

La méthode GetCommandResponse prend une commande DBX, puis remplit Response ou ResponseStream avec des informations

Voir aussi