Home
PRODUCTS
.Net for Delphi
.Net Runtime Library for Delphi
.Net DLL/WSDL Importer for Delphi
.Net Core for Delphi
dotNetCore4Delphi Importer
Machine Learning for Delphi
ML.Net for Delphi
ML.Net for Delphi Model Builder
.Net UI for Delphi
.Net VCL for Delphi
.Net Component Suite for Delphi
.Net Control Suite for Delphi
ADO.Net Data Components for Delphi
ADO.Net DAC for Delphi
SqlClient DAC for Delphi
OracleClient DAC for Delphi
SQLite DAC for Delphi
ODBC DAC for Delphi
OLEDB DAC for Delphi
VistaDB DAC for Delphi
MySQL DAC for Delphi
MS Access DAC for Delphi
PostgreSQL DAC for Delphi
.Net API for All Programming Languages
.Net Native Interface Library
STORE
SUPPORT
Support Resources
Product Documentation
Articles
Developer Code Samples
Additional Resources
Ordering FAQ
Submit Support Issue
Submit Feature Request
ABOUT US
Learn More About CrystalNet Technologies
Company Information
Blog
Clients
Testimonials
News & Events
Contact Us
Sign In
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
Requires
.Net Runtime Library for Delphi
Tags
Comma-Delimited
,
Text Files
Updated
10/05/2018
License
Apache License, Version 2.0
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