[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Clear the object
Source position: fpjson.pp line 533
public procedure TJSONObject.Clear; override; |
Clear clears the object and frees all elements in it. After the call to Clear, Count returns 0.
Extract |