Open main menu

RAD Studio API Documentation β

System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddMaxKey

Delphi

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

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddMaxKey(void)/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddMaxKey(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