System.JSON.TJSONArray.Items

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray


Description

Valeur JSON de ce tableau JSON qui a l'index spécifié.

Voir aussi