System.JSON.TJSONArray.Count

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Propriétés

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


Description

Indique le nombre de valeurs JSON dans le tableau JSON en cours.

Voir aussi