System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddPairs

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddPairs(const APairs: array of const): TPairs; overload;
function AddPairs(const ABuilder: TJSONCollectionBuilder): TPairs; overload; inline;
function AddPairs(const AJSON: string): TPairs; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddPairs(const System::TVarRec *APairs, const int APairs_High)/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddPairs(TJSONCollectionBuilder* const ABuilder)/* overload */;
HIDESBASE TJSONCollectionBuilder::TPairs* __fastcall AddPairs(const System::UnicodeString AJSON)/* 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 die angegebenen Schlüssel/Wertepaare oder dem JSON-Array die angegebenen Werte hinzu und gibt diese Instanz von TParentCollection für die Methodenverkettung (EN) zurück.

Weitere Informationen finden Sie unter TPairs.AddPairs.

Siehe auch