System.JSON.TJSONObject.Pairs
Delphi
property Pairs[const Index: Integer]: TJSONPair read GetPair;
C++
__property TJSONPair* Pairs[const int Index] = {read=GetPair};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
説明
JSON オブジェクトのペアのリストにおいて、指定されたインデックスの位置にあるキー/値ペアか、指定されたインデックスが境界外の場合には nil。