API:Datasnap.DSHTTPCommon.TDSNullResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSJsonResponseHandlerDatasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObjectTDSNullResponseHandler

Delphi

TDSNullResponseHandler = class(TDSJsonResponseHandler)

C++

class PASCALIMPLEMENTATION TDSNullResponseHandler : public TDSJsonResponseHandler

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

Description

Base class for response handlers that will translate the DBX commands into JSON.

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

Base class for response handlers that will translate the DBX commands into JSON.

TDSJsonResponseHandler is the base class for response handlers that will translate the DBX commands into JSON.

See Also