System.JSON.Builders.TJSONCollectionBuilder.TParentCollection.AddElements

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Ajoute les valeurs spécifiées au tableau JSON, et renvoie cette instance de TParentCollection pour le chaînage de méthode (EN).

Pour de plus amples informations, voir TElements.AddElements.

Voir aussi