System.JSON.Builders.TJSONObjectBuilder.BeginObject

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

Delphi

function BeginObject: TJSONCollectionBuilder.TPairs;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject();

プロパティ

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


説明

JSON オブジェクトを開始し、それにキー/値ペアを格納するのに使用できる TPairs インスタンスを返します。

関連項目