JVCL Help:TJvCustomCsvDataSet.TableName

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

Search in JVCL Help

 
Search in all projects
 

Summary

A read only property. Returns the same value as TJvCsvDataSet.Filename.


Pascal

 propertyTableName: string;


Description

TableName property. An alias for TJvCsvDataSet.Filename. This property MUST be set before you can open a file from the disk. It can be set to a fully qualified path, or you can just put a filename here without a path, or you can specify a subdirectory path (relative pathname, beginning with a dot). This path name will be relative to the current working directory of your application, when it starts.


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