System.JSON.TJSONObject.SetPairs

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


Beschreibung

Definiert die Liste der Schlüssel-Wert-Paare, die dieses JSON-Objekt enthält.

Siehe auch