API:Datasnap.DSService.TDSJSONService.ProcessDELETERequest
Delphi
procedure ProcessDELETERequest(const Request: string; Params: TStrings; Content: TArray<Byte>; ResponseHandler: TRequestCommandHandler); override;
C++
virtual void __fastcall ProcessDELETERequest(const System::UnicodeString Request, System::Classes::TStrings* Params, System::DynamicArray<System::Byte> Content, Data::Dbxcommon::TRequestCommandHandler* ResponseHandler);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Datasnap.DSService.pas Datasnap.DSService.hpp |
Datasnap.DSService | TDSJSONService |
Description
Processes the DELETE request. {{#multireplace:Datasnap.DSService.TDSJSONService.ProcessDELETERequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSService.TDSService.ProcessDELETERequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSService.TDSService.ProcessDELETERequest|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Processes the DELETE request.
Call ProcessDELETERequest to process the DELETE request.
The following table lists the arguments of the ProcessDELETERequest method.
| Argument | Meaning |
|---|---|
|
Request |
Contains the original request. This parameter is never NIL or empty. |
|
Params |
Represents the request parameters. |
|
Content |
Contains the request content, usually the JSON object to be updated. |
|
MapMethod |
Represents the map method used to provide the server method name. |
|
Response |
Represents a JSON object that contains either a success or an error message. |