Datasnap.DSHTTPCommon.TDSServiceResponseHandler.FCommandList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FCommandList: TList<TDSExecutionResponse>;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Beschreibung

Ein als protected deklariertes Feld, das eine Referenz auf eine Liste von TDSExecutionResponse- Objekten enthält.

FCommandList ist ein als protected deklariertes Feld, das eine Referenz auf eine Liste von TDSExecutionResponse-Objekten enthält.

Siehe auch