in my lil game im going to need to use a loop for the laser of my ship...now in vb we usually called DoEvents in the loop to allow other things to process while the loop was going eg. ship still have free movement etc.

I want to know does Delphi handle this itself or is there something i can cal similar to Vb's DoEvents?