System.JSON.TJSONArray.GetValue

提供: RAD Studio API Documentation
2016年2月25日 (木) 19:09時点におけるL10nBot (トーク | 投稿記録)による版 (restored)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

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

C++

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

プロパティ

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


説明

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

関連項目