[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Remove item by instance
Source position: fpjson.pp line 545
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.
Extract |