System.JSON.TJSONArray.GetCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCount: Integer; inline;

C++

int __fastcall GetCount();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray


Description

Renvoie le nombre de valeurs JSON stockées dans le tableau JSON en cours.

GetCount est la méthode Getter de Count.

Voir aussi