REST.Client.TCustomRESTRequest.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TRESTRequestParameterList read FParams write SetParams;

C++

__property TRESTRequestParameterList* Params = {read=FParams, write=SetParams};

Properties

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

Description

Specifies a container for HTTP parameters to be passed with the request.

For information about existing types of parameters, see TRESTRequestParameter.Kind.

See Also