API:Datasnap.DSHTTPCommon.TDSJsonResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObjectTDSJsonResponseHandler
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: Datasnap.DSHTTPCommon

Delphi

TDSJsonResponseHandler = class abstract(TDSServiceResponseHandler)

C++

class PASCALIMPLEMENTATION TDSJsonResponseHandler : public TDSServiceResponseHandler

Description

Abstract class for common functionality of response handlers. It uses the result of a TDBXCommand to populate a TDSHTTPResponse object appropriately.

Datasnap.DSHTTPCommon.TDSJsonResponseHandler inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.

Abstract class for common functionality of response handlers. It uses the result of a TDBXCommand to populate a TDSHTTPResponse object appropriately.

See Also