System.JSON.TJSONArray.GetValue

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

Delphi

function GetValue(const Index: Integer): TJSONValue; overload; inline;

C++

HIDESBASE TJSONValue* __fastcall GetValue(const int Index)/* overload */;

プロパティ

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


説明

この JSON 配列で指定された Index を持つ JSON 値を返します。

関連項目