System.JSON.TJSONArray.Items

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

Delphi

property Items[const Index: Integer]: TJSONValue read GetValue;

C++

__property TJSONValue* Items[const int Index] = {read=GetValue};

プロパティ

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


説明

指定されたインデックスを持つ、この JSON 配列内の JSON 値

関連項目