REST.Client.TCustomRESTRequest.ResetToDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetToDefaults;

C++

void __fastcall ResetToDefaults();

Properties

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

Description

Sets all fields to their default values.

Please note that calling this method calls also the TCustomRESTResponse.ResetToDefaults method for the REST response associated with this request, if any.

See Also