System.JSON.TJSONArray.GetCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCount: Integer; inline;

C++

int __fastcall GetCount();

Eigenschaften

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


Beschreibung

Gibt die Anzahl der JSON-Werte im aktuellen JSON-Array zurück.

GetCount ist die Getter-Methode für Count.

Siehe auch