Remove the TCSVDocument instance from memory.
Source position: csvdocument.pp line 88
public destructor TCSVDocument.Destroy; override; |
Destroy cleans up the data structures for the CSV cells and calls the inherited destructor.
|
Array access to all cells. |
|
|
Create a new instance of TCSVDocument. |