System.JSON.TJSONObject.RemovePair

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function RemovePair(const PairName: string): TJSONPair;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Beschreibung

Entfernt ein Paar aus dem aktuellen JSON-Objekt.

Rufen Sie RemovePair auf, um ein Paar aus dem aktuellen JSON-Objekt zu entfernen. Das zu entfernende Paar ist im PairName-Argument angegeben.

Siehe auch