Datasnap.DSHTTPCommon.TDSJsonResponseHandler.ProcessResultObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Virtual method whose default implementation does nothing.

The ProcessResultObject virtual method does nothing in its default implementation.

See Also