System.JSON.TJSONObject.GetCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


Beschreibung

Gibt die Anzahl der Schlüssel-Wert-Paare dieses JSON-Objekts zurück.

GetCount ist die Getter-Methode für Count.

Siehe auch