System.JSON.TJSONArray.AddElement

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure AddElement(const Element: TJSONValue); inline;

C++

void __fastcall AddElement(TJSONValue* const Element);

プロパティ

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

説明

NULL ではない値を現在の要素リストに追加します。

Element パラメータとして与えられた TJSONValue を JSON 配列の現在の要素リストに追加するには、AddElement を呼び出します。

メモ:  Element パラメータとして与える値は、NULL であってはいけません。

関連項目