System.JSON.TJSONObject.GetValue

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

Delphi

function GetValue(const Name: string): TJSONValue; overload;

C++

HIDESBASE TJSONValue* __fastcall GetValue(const System::UnicodeString Name)/* overload */;

プロパティ

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


説明

このJSON オブジェクト内にある、 指定された Name キーキー/値ペアから、の部分を返すか、Name と一致するキーがない場合には nil を返します。

関連項目