System.JSON.Builders.TJSONCollectionBuilder.TPairs.BeginArray

提供:RAD Studio API Documentation

Delphi

function BeginArray(const AKey: string): TElements; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall BeginArray(const System::UnicodeString AKey)/* overload */;

プロパティ

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


説明

指定されたキーを JSON オブジェクトに追加し、そのキーに関連付けられる配列値を開始します。メソッド連鎖を使って配列値の内容を定義するための TElements インスタンスを返します。

関連項目