System.JSON.TJSONArray.Items
Delphi
property Items[const Index: Integer]: TJSONValue read GetValue; default;
C++
__property TJSONValue* Items[const int Index] = {read=GetValue/*, default*/};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArray |
説明
指定されたインデックスを持つ、この JSON 配列内の JSON 値。