System.JSON.TJSONArray.Items
Delphi
property Items[const Index: Integer]: TJSONValue read GetValue; default;
C++
__property TJSONValue* Items[const int Index] = {read=GetValue/*, default*/};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArray |
Beschreibung
JSON-Wert aus diesem JSON-Array, das den angegebenen Index enthält.