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