System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddElements

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddElements(const AElements: array of const): TElements; overload;
function AddElements(const ABuilder: TJSONCollectionBuilder): TElements; overload; inline;
function AddElements(const AJSON: string): TElements; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddElements(const System::TVarRec *AElements, const int AElements_High)/* overload */;
HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddElements(TJSONCollectionBuilder* const ABuilder)/* overload */;
HIDESBASE TJSONCollectionBuilder::TElements* __fastcall AddElements(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-Array die angegebenen Werte hinzu und gibt diese Instanz von TParentCollection für die Methodenverkettung (EN) zurück.

Weitere Informationen finden Sie unter TElements.AddElements.

Siehe auch