Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.CacheCommands

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSCacheResultCommandHandler

Delphi

property CacheCommands: TList<TDSCommandComplexParams> read FCacheCommands write FCacheCommands;

C++

__property System::Generics::Collections::TList__1<TDSCommandComplexParams*>* CacheCommands = {read=FCacheCommands, write=FCacheCommands};

Description

Specifies a list of cacheable commands.

The CacheCommands property provides a way of accessing a list of cacheable commands.

See Also