System.JSON.TJSONArray.SetElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Sets the element list.

Call SetElements to set the element list with the value given through the AList parameter. AList is a TDBXArrayList type. All the elements that are already in the list will be freed.


See Also