System.JSON.TJSONObject.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 TJSONObject


Description

Renvoie le nombre de paires clé-valeur de cet objet JSON.

GetCount est la méthode getter de Count.

Voir aussi