Re: Problem with untyped files (writing to file)

Posted by DelphiMan on January 27, 2006

In Reply to Problem with untyped files (writing to file) 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.

How is "MyRecord" declared? Is it a record structure, and which fields/types does it have? Showing us the declaration code would help :)

Related Articles and Replies