メインメニューを開く

RAD Studio API Documentation β

System.JSON.TJSONObject.RemovePair

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 引数を介して指定されます。

関連項目