System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.BeginArray

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

Delphi

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

C++

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

プロパティ

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


説明

配列値を開始します。TParentCollection のこのインスタンスが JSON オブジェクトを表している場合、配列は指定されたキーと関連付けられます。メソッド連鎖を使って配列値の内容を定義するための TElements インスタンスを返します。

関連項目