Clear the object.
Source position: fpjson.pp line 733
public procedure TJSONObject.Clear; override; |
Clear clears the object and frees all elements in it. After the call to Clear, Count returns 0.
|
Delete an element from the list by index. |
|
|
Extract an element from the object. |