Datasnap.DSHTTP.TDSCacheResponseHandler.HandleParameter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function HandleParameter(const Command: TDBXCommand; const Parameter: TDBXParameter;
out Response: TJSONValue; var ResponseStream: TStream): Boolean; override;

C++

virtual bool __fastcall HandleParameter(Data::Dbxcommon::TDBXCommand* const Command, Data::Dbxcommon::TDBXParameter* const Parameter, /* out */ System::Json::TJSONValue* &Response, System::Classes::TStream* &ResponseStream);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCacheResponseHandler

Description

Appelle GetComplexParams si l'un des paramètres de la commande est d'un type complexe.

La méthode HandleParameter appelle GetComplexParams si l'un des paramètres de la commande est d'un type complexe (tel que Table, Object, TJSONValue, TJSONArray, TJSONObject, Blob, Stream).

Voir aussi