System.JSON.TJSONObject.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 | TJSONObject |
Description
Returns the number of key-value pairs of this JSON object..
GetCount is the getter method for Count.