System.JSON.TJSONObject.SetPairs

提供: RAD Studio API Documentation
2016年3月1日 (火) 06:24時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-20110)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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

関連項目