System.JSON.TJSONObject.GetCount
Delphi
function GetCount: Integer; inline;
C++
int __fastcall GetCount();
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
説明
JSON オブジェクトのキー/値ペアの数を返します。
Delphi
function GetCount: Integer; inline;
C++
int __fastcall GetCount();
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONObject |
JSON オブジェクトのキー/値ペアの数を返します。