Datasnap.DSClientRest.TDSRestCacheCommand.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestCacheCommand |
Delphi
constructor Create(AConnection: TDSCustomRestConnection);
C++
__fastcall TDSRestCacheCommand(TDSCustomRestConnection* AConnection);
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.