System.JSON.TJSONArray.Remove

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Remove(Index: Integer): TJSONValue;

C++

TJSONValue* __fastcall Remove(int Index);

Propriétés

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


Description

Retire l'élément à l'index donné.

Utilisez Remove pour retirer l'élément à l'Index donné, en renvoyant l'élément retiré (ou nil).

Voir aussi