Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.FResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FResponse: TJSONValue;

C++

System::Json::TJSONValue* FResponse;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSExecuteThread

Description

Provides the value for the Response property.

The FResponse protected field provides the value for the Response property.

See Also