System.JSON.TJSONObject.GetPairByName

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

Delphi

function GetPairByName(const PairName: string): TJSONPair; overload;

C++

TJSONPair* __fastcall GetPairByName(const System::UnicodeString PairName)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


説明

現在の JSON オブジェクト内のペア群から、指定された PairName 文字列と一致するキー部分を持つ、キー/値ペアを返すか、PairName と一致するキーがない場合には nil を返します。

関連項目