Yes, i am using mainly repeat/until and for ... do begin...
Well, it still "freezes". I used it with some simple cycle like:
repeat
application.processmessages;
memo1.lines.add(inttostr(i));
inc(i);
until i=1000000;
and it didnt helped. Isnt there something else?
How can I prevent program from freezing while in cycle? For example my program waits for data from serial port in cycle and while waiting it does not respnd. Is there a way to run that cycle in background or something?
hi, i know, this is a dummy question, but, how if i have edit1, edit2, edit3..., how can i set the mouse cursor to them, if i want it in edit5 for example, what should i write?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.