[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove item by instance
Source position: fpjson.pp line 732
public procedure TJSONObject.Remove( |
Item: TJSONData |
); |
Item |
|
Item to remove. |
Remove will locate the value Item in the list of values, and removes it if it exists. The item is freed.
|
Delete an element from the list by index |
|
|
Extract an element from the object |