API:System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddMinKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TParentCollection

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!