System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.BeginObject

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

Delphi

function BeginObject: TPairs; overload; inline;
function BeginObject(const AKey: string): TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject()/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall BeginObject(const System::UnicodeString AKey)/* overload */;

プロパティ

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


説明

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

関連項目