System.JSON.TJSONObject.SetPairs

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetPairs(const AList: TList<TJSONPair>);

C++

void __fastcall SetPairs(System::Generics::Collections::TList__1<TJSONPair*>* const AList);

Propriétés

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


Description

Renvoie la liste de paires clé-valeur que cet objet JSON contient.

Voir aussi