System.JSON.TJSONObject.RemovePair

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function RemovePair(const PairName: string): TJSONPair;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Retire une paire depuis l'objet JSON en cours.

Appelez RemovePair pour retirer une paire depuis l'objet JSON en cours. La paire à retirer est donnée dans l'argument PairName.

Voir aussi