System.JSON.TJSONArray.Size

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Size: Integer; inline; deprecated 'Use Count Property';

C++

int __fastcall Size _DEPRECATED_ATTRIBUTE1("Use Count Property") ();

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Description

Avertissement : Size est obsolète. Veuillez utiliser Count.

Renvoie la taille du tableau JSON.

Appelez Size pour obtenir la taille du tableau JSON.