System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.EndObject

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

Delphi

function EndObject: TParentCollection; inline;  // Does not return nil

C++

HIDESBASE TJSONCollectionBuilder::TParentCollection* __fastcall EndObject();

プロパティ

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


説明

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

関連項目