REST.Client.TRESTRequestParameterList.IndexOf

提供:RAD Studio API Documentation

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequestParameterList

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。