System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddMaxKey

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

Delphi

function AddMaxKey: TElements; overload; inline;
function AddMaxKey(const AKey: string): TPairs; overload; inline;

C++

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

プロパティ

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


説明

指定されたキーと最大値からなるキー/値ペアを JSON オブジェクトに、または指定されたキーと最大値からなるキー/値ペアを JSON 配列に追加し、メソッド連鎖用にこの TParentCollection インスタンスを返します。

関連項目