[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Delete an element from the list by index
Source position: fpjson.pp line 512
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 the array |
|
|
Add a JSON value to the array |
|
|
Extract an element from the array |
|
|
Exchange 2 elements in the list |