System.JSON.TJSONArray.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also