JVCL Help:TJvCustomCsvDataSet.ExportCsvFile

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Writes contents of memory to the disk as a csv file.


Pascal

 procedureExportCsvFile(constFileName: string); virtual;


Parameters

Parameters Description
const FileName: string The file to write to.


Description

Writes contents of memory to the disk as a csv file. Use this only if you want to save to a file other than the Filename property in the component. If you just want to save the table to the file that it was loaded from, call Flush instead.


See Also

TJvCustomCsvDataSet.FileName, TJvCustomCsvDataSet.Flush


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page