Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.FCacheCommands

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: TDSCacheResultCommandHandler

Delphi

FCacheCommands: TList<TDSCommandComplexParams>;

C++

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

Description

Protected field that is required by the CacheCommands property.

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

See Also