System.JSON.TJSONObject.SetPairs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Defines the list of key-value pairs that this JSON object contains.

See Also