[lazarus] Another one bug add: TMemo & TListBox I/O errors?

Bogdan M.Maryniuck mbm at diprintas.lt
Wed Apr 26 07:55:45 EDT 2000


Yes, it's work. Question is HOW.
For example:

while not eof(sometextfile) do
   begin
      readln(sometextfile,someasciistring);
      listbox.items.add(someasciistring);   
   end;

...hanging a system and _NOT_ load a lines into a listbox. :-(

> Don't know, from the things I've seen it works
> 
> Marc







More information about the Lazarus mailing list