Datasnap.DSHTTP.TDSCacheResponseHandler.ProcessResultObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ProcessResultObject(var ResultObj: TJSONObject; Command: TDBXCommand); override;

C++

virtual void __fastcall ProcessResultObject(System::Json::TJSONObject* &ResultObj, Data::Dbxcommon::TDBXCommand* Command);

Properties

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

Description

Adds to the result object two key-value pairs (namely cacheId and cmdIndex).

The ProcessResultObject method adds to the result object, specified by the ResultObj parameter, two key-value pairs: cacheId and cmdIndex. These pairs can later be used to construct URLs into different levels of the session parameter cache.

See Also