System.JSON.TJSONArray.Size
Delphi
function Size: Integer; inline; deprecated 'Use Count Property';
C++
int __fastcall Size _DEPRECATED_ATTRIBUTE1("Use Count Property") ();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONArray |
Description
Returns the size of the JSON array.
Call Size to obtain the size of the JSON array.