Datasnap.DSClientRest.IDSRestCachedCommand.DeleteCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: IDSRestCachedCommand

Delphi

procedure DeleteCommand(AConnection: TDSRestConnection);

C++

virtual void __fastcall DeleteCommand(TDSRestConnection* AConnection) = 0 ;

Description

Defines the DeleteCommand method.

DeleteCommand defines the DeleteCommand method implemented in the TDSRestCachedItem class.

See Also