Datasnap.DSClientRest.TDSRestCachedItem.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: TDSRestCachedItem

Delphi

procedure DeleteCommand(AConnection: TDSRestConnection);

C++

void __fastcall DeleteCommand(TDSRestConnection* AConnection);

Description

Issues a 'DELETE' command to the server.

The DeleteCommand method issues a 'DELETE' command to the server.

See Also