REST.Client.TRESTRequestParameter.AddValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddValue(const AValue: string): TRESTRequestParameter;

C++

TRESTRequestParameter* __fastcall AddValue(const System::UnicodeString AValue);

Properties

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

Description

Adds a new value to an array of parameter values.

See Also