| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Clear the array
Source position: fpjson.pp line 496
public procedure TJSONArray.Clear; override;  | 
Clear clears the array 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 array  |