JVCL Help:TJvCustomCsvDataSet.FileName

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

Search in JVCL Help

 
Search in all projects
 

Summary

The filename that this dataset component loads its data from when opening, and saves it back to when closing.


Pascal

 propertyFileName: string;


Description

Can be either a filename (with no path) which must be located in the current working directory, or can be a fully qualified filename (with a path) in which case it can be anywhere on your filesystem or network. Note that the component doesn't actually use the filename property, unless you have you set LoadsFromFile and/or SavesChanges properties to true.


See Also

TJvCsvDataSet.LoadsFromFile,TJvCsvDataSet.SavesChanges


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