Datasnap.DSServer.TDSCallbackTunnelBufferItem.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response: TJSONValue read FResponse write FResponse;

C++

__property System::Json::TJSONValue* Response = {read=FResponse, write=FResponse};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelBufferItem

Description

Specifies the response from the callback channel.

The Response property is a TJSONValue containing the response from the callback channel.