Datasnap.DSHTTPCommon.TDSServiceResponseHandler.FCommandList
| [–] 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.