System.JSON.TJSONArray.Remove
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).