[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract an element from the array
Source position: fpjson.pp line 416
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.
Clear |
Add |