System.JSON.TJSONArray.SetElements

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetElements(const AList: TList<TJSONValue>);

C++

void __fastcall SetElements(System::Generics::Collections::TList__1<TJSONValue*>* const AList);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Description

Définit la liste des éléments.

Appelez SetElements pour définir la liste des éléments sur la valeur donnée dans le paramètre AList. AList est un type TDBXArrayList. Tous les éléments déjà existants dans la liste seront libérés.


Voir aussi