[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Delete an element from the list by index
Source position: fpjson.pp line 414
public procedure TJSONArray.Delete( |
Index: Integer |
); |
Index |
|
Index of the element to delete. |
Delete deletes the element with given Index from the list. The TJSONData element is freed.
If an invalid index is passed, an exception is raised.
Clear |
Add |
Extract |
Exchange |