Remove item by instance.
Source position: fpjson.pp line 750
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. |