Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.FResponse

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSExecuteThread

Delphi

FResponse: TJSONValue;

C++

System::Json::TJSONValue* FResponse;

Description

Provides the value for the Response property.

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

See Also