System.JSON.TJSONObject.SetPairs

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

Delphi

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

C++

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

プロパティ

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


説明

JSON オブジェクトが保有しているキー/値ペアリストを定義します。

関連項目