Datasnap.DSHTTPCommon.TDSServiceResponseHandler.FCommandList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCommandList: TList<TDSExecutionResponse>;

C++

System::Generics::Collections::TList__1<TDSExecutionResponse*>* FCommandList;

Properties

Type Visibility Source Unit Parent
field protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Description

Protected field that holds a reference to a list of TDSExecutionResponse.

FCommandList is a protected field that holds a reference to a list of TDSExecutionResponse.

See Also