System.JSON.TJSONObject.RemovePair

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

Delphi

function RemovePair(const PairName: string): TJSONPair;

C++

TJSONPair* __fastcall RemovePair(const System::UnicodeString PairName);

プロパティ

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


説明

現在の JSON オブジェクトから、ペアを削除します。

RemovePair を呼び出すと、現在の JSON オブジェクトから、ペアを削除します。削除されるペアは、PairName 引数を介して指定されます。

関連項目