System.JSON.TJSONArray.GetValue
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 値を返します。