System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddMaxKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TParentCollection


Beschreibung

Fügt dem JSON-Objekt ein Schlüssel/Wertepaar mit dem angegebenen Schlüssel und einen Maximalwert oder dem JSON-Array einen Maximalwert hinzu und gibt diese Instanz von TParentCollection für die Methodenverkettung (EN) zurück.

Siehe auch