Save to file on disk.
Source position: csvdocument.pp line 99
public procedure TCSVDocument.SaveToFile( |
const AFilename: string |
); |
AFilename |
|
File to write the CSV data to. |
SaveToFile creates a file stream from aFileName and calls SaveToStream to actually write the CSV data to the file.
If the file cannot be created or cannot be written to, an exception will be raised.
|
Save the CSV data to stream. |
|
|
Load CSV data from a stream. |
|
|
Load a CSV file into the document. |