「System.JSON.TJSONObject.GetCount」の版間の差分

提供: RAD Studio API Documentation
移動先: 案内検索
(LOC-20110)
(1版: LOC-20110)
 
(相違点なし)

2016年3月1日 (火) 06:24時点における最新版

Delphi

function GetCount: Integer; inline;

C++

int __fastcall GetCount();

プロパティ

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


説明

JSON オブジェクトのキー/値ペアの数を返します。

関連項目