Datasnap.DSHTTP.TDSDefaultResponseHandler.HandleParameter

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSDefaultResponseHandler

Description

Handles parameters supplied for the given command.

The HandleParameter method handles parameters supplied for the given command, returning a response under the form of a JSON value.

See Also