Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.FCacheCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCacheCommands: TList<TDSCommandComplexParams>;

C++

System::Generics::Collections::TList__1<TDSCommandComplexParams*>* FCacheCommands;

Properties

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

Description

Protected field that is required by the CacheCommands property.

FCacheCommands is a protected field that is required by the CacheCommands property.

See Also