Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSExecuteThread.FData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FData: TJSONValue;

C++

System::Json::TJSONValue* FData;

Properties

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

Description

Holds the data required by the Execute method.

The FData protected field holds the data required by the Execute method.

See Also