「System.JSON.TJSONObject.SetPairs」の版間の差分

提供: RAD Studio API Documentation
移動先: 案内検索
(LOC-20110)
(1版: LOC-20110)
 
(相違点なし)

2016年3月1日 (火) 06:24時点における最新版

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 オブジェクトが保有しているキー/値ペアリストを定義します。

関連項目