Datasnap.DSClientRest.TDSRestCacheCommand.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AConnection: TDSCustomRestConnection);

C++

__fastcall TDSRestCacheCommand(TDSCustomRestConnection* AConnection);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCacheCommand

Description

Creates and initializes a TDSRestCacheCommand class instance.

The Create method creates and initializes an instance of the TDSRestCacheCommand class. The AConnection parameter specifies the DataSnap custom REST connection.

See Also