Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.Response

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Response: TJSONValue read FResponse;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSExecuteThread

Description

Provides the response from the execution of the callback.

The Response property provides the response from the execution of the callback.

See Also