[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract an element from the array
Source position: fpjson.pp line 514
public function TJSONArray.Extract( |
Item: TJSONData |
):TJSONData; |
Index: Integer |
):TJSONData; |
Item |
|
Item to extract from the array |
Extracted element
Index |
|
Index of item to extract from the array |
Extract removes the element at position Index or the indicated element from the list, just as Delete does. In difference with Delete, it does not free the object instance. Instead, it returns the extracted element.
|
Delete an element from the list by index |
|
|
Clear the array |
|
|
Insert an element in the array. |
|
|
Add a JSON value to the array |