Re: Populate dataset with text file
- From: "Bill Todd" <no@xxxxxx>
- Date: 22 Aug 2005 07:24:25 -0700
Read a record from the file using the text file I/O routines.
AssignFile
Reset
ReadLn
CloseFile
Assign each record to the DelimitedText property of a TStringList after
setting the Delimiter and Separator properties.
Each field of the record will now be in an element of the StringList.
--
Bill Todd (TeamB)
.
- Follow-Ups:
- Re: Populate dataset with text file
- From: Dan Rock
- Re: Populate dataset with text file
- References:
- Populate dataset with text file
- From: Dan Rock
- Populate dataset with text file
- Prev by Date: Re: Not in edit mode?
- Next by Date: How to sort data on grid?
- Previous by thread: Populate dataset with text file
- Next by thread: Re: Populate dataset with text file
- Index(es):