Datasnap.DSHTTPCommon.TDSServiceResponseHandler.FCommandList

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

FCommandList: TList<TDSExecutionResponse>;

C++

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

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