JVCL Help:TJvCustomCsvDataSet.LoadFromFile

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

Search in JVCL Help

 
Search in all projects
 

Summary

Load (one time) from file, without needing the LoadsFromFile property to be set true.


Pascal

 procedureLoadFromFile(constFileName: string);


Parameters

Parameters Description
const FileName: string The file to be loaded from


Description

This method is only useful if LoadsFromFile is normally set to false, and yet, for some reason, you want to load from a file, but not save back to that same file, or save at all.


See Also

TJvCustomCsvDataSet.LoadsFromFile


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