REST.Client.TRESTRequestParameterList.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const AParam: TRESTRequestParameter): Integer; overload;
function IndexOf(const AName: string): Integer; overload;

C++

int __fastcall IndexOf(TRESTRequestParameter* const AParam)/* overload */;
int __fastcall IndexOf(const System::UnicodeString AName)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.