System.JSON.TJSONObject.Count
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 | TJSONObject |
Description
Nombre de paires clé-valeur de cet objet JSON.