System.JSON.TJSONArray.GetCount
Delphi
function GetCount: Integer; inline;
C++
int __fastcall GetCount();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArray |
Description
Returns the number of JSON values in the current JSON array.
GetCount is the getter method for Count.