System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddMinKey

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

Delphi

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

C++

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

プロパティ

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


説明

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

関連項目