System.JSON.TJSONObject.Size

From RAD Studio API Documentation
Jump to: navigation, search

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 TJSONObject

Description

Warning: Size is deprecated. Please use Count.

Returns the number of pairs stored in the JSON object.

Call Size to obtain the number of pairs stored in the JSON object.

Note: If there are no pairs stored in the JSON object, Size may return zero.

See Also