System.JSON.TJSONArray.SetElements

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray


説明

要素リストを設定します。

SetElements を呼び出すと、要素リストを、AList パラメータを介して与えられた値で設定することができます。AList は、TDBXArrayList 型です。リスト内にすでに存在する要素はすべて、解放されます。


関連項目