REST.Client.TCustomRESTRequest.TBody.ClearBody

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearBody;

C++

void __fastcall ClearBody(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Client.pas
REST.Client.hpp
REST.Client TBody

Description

Clears the value of the body parameter, previously defined using either ClearBody or JSONWriter.

See Also