REST.Client.TRESTRequestParameterList.ContainsParameter
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.