Problem with untyped files (writing to file)

Posted by Andrew on January 25, 2006

In Reply to Problem with untyped files posted by Andrew on January 25, 2006

The problem seems to be when writing to the file. I'm using MyRecord.TStrings1 := memo1.lines but it is saving the reference not the strings. I tried using MyRecord.TStrings1.AddStrings( memo1.lines ) but I get another error.

Related Articles and Replies