System.JSON.Builders.TJSONCollectionBuilder.TElements.EndArray

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

Delphi

function EndArray: TParentCollection; inline; // Does not return nil.

C++

HIDESBASE TJSONCollectionBuilder::TParentCollection* __fastcall EndArray(void);

プロパティ

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


説明

配列を終了し、閉じた配列の親構造があればその内容をメソッド連鎖によって続けて設定できるよう TParentCollection インスタンスを返します。

関連項目