| Field | Description |
![]() CSVFile | This is CSVFile, a member of class TCSV_File. |
![]() FileName | This is FileName, a member of class TCSV_File. |
![]() FSeparator | This is FSeparator, a member of class TCSV_File. |
![]() FValueList | This is FValueList, a member of class TCSV_File. |
| Property | Description |
Separator | This is Separator, a member of class TCSV_File. |
![]() ValueList | This is ValueList, a member of class TCSV_File. |
| Method | Description |
Close | Close a CVS file |
Find | Find a string in file |
isEOF | Test end of file |
Open | 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. |
ReadNextLine | Read next line and extract values |
![]() SetSeparator | Set CVS file separator. |