REST.Client.TRESTRequestParameterList.ContainsParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContainsParameter(const AName: string): Boolean;

C++

bool __fastcall ContainsParameter(const System::UnicodeString AName);

Properties

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

Description

Checks the existance of a parameter with the specific name.