function Open(const CSVFileName: string): integer;
Parameters
Parameters
Description
const CSVFileName: string
Name of the CVS file to open
Returns
integer 0 if succesfull, -1 otherwise
Description
Open CSV file (read only) and initialize the class. You must open a file before calling other method (ReadNextLine or Find) At the end of the process, call Close method.
Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.