JVCL Help:TJvCsvDataSet.LoadsFromFile
JVCL Help: TJvCsvDataSet.LoadsFromFile Property
Search in JVCL Help
Search in all projectsSummary
Specifies whether to automatically load contents of the CSV Filename when you set the table Active property to true.
Pascal
propertyLoadsFromFile: Boolean;
Description
Set this to true to automatically load contents of the CSV Filename when you set the table Active property to true. Leaving this set to true is generally helpful both at design time and run time, and should be only turned off if you really need to. If the property Filename points to a valid file, then the component will load that file when you set the Active property to true. If you don't, it's up to you to load your component data up manually.
See Also
TJvCsvDataSet.FileName, TJvCustomCsvDataSet.LoadFromFile
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