[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove an element from the list
Source position: fpjson.pp line 429
public procedure TJSONArray.Remove( |
Item: TJSONData |
); |
Item |
|
Item to remove from the array |
Remove removes item from the array, if it is in the array. The object pointer is checked for presence in the array, not the JSON values. Note that the element is freed if it was in the array and is removed.
Extract |