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

説明

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