[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Free the JSON array
Source position: fpjson.pp line 395
public destructor TJSONArray.Destroy; override; |
Destroy will delete all elements in the array and clean up the TJSONArray instance.
|
Clear the array |
|
|
Create a new instance of JSON array data. |