System.JSON.TJSONArray.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

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.

Siehe auch

Abgerufen von „https://docwiki.embarcadero.com/Libraries/Tokyo/d/index.php?title=System.JSON.TJSONArray.Items&oldid=747068"