System.JSON.Builders.TJSONCollectionBuilder.TElements.BeginObject

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

Delphi

function BeginObject: TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject()/* overload */;

プロパティ

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


説明

オブジェクト値を開始し、メソッド連鎖を使ってオブジェクト値の内容を定義するための TPairs インスタンスを返します。

関連項目