System.JSON.TJSONArray.GetCount

提供:RAD Studio API Documentation

Delphi

function GetCount: Integer; inline;

C++

int __fastcall GetCount();

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray


説明

JSON 配列が保有する JSON 値の数を返します。


GetCount は、Count の取得メソッドです。

関連項目