How to read from Comma-Delimited Text Files in Delphi

The demo shows how to read from a Comma-Delimited Text File.




  
Download

Downloaded
36 times



Updated
10/05/2018


Developer
Bismark

Description

The demo shows how to read from a Comma-Delimited Text File.


The demo uses the TextFieldParser object which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldType property defines whether it is a delimited file or one with fixed-width fields of text.

Back