REST.Client.TCustomRESTResponse.GetSimpleValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetSimpleValue(const AName: string; var AValue: string): Boolean;

C++

bool __fastcall GetSimpleValue(const System::UnicodeString AName, System::UnicodeString &AValue);

プロパティ

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


説明

このメソッドは、指定された名前/値ペアの値を取得し、True を返します。指定されたペアが応答内容に存在しない場合、このメソッドは False を返します。

メモ: このメソッドは、text/html と application/json の 2 種類のコンテンツ タイプにのみ適用されます。


関連項目