Delphi: moving an Image

Posted by Andrew on November 28, 2005

Hello, I've got a bitmap image loaded in a Delphi TImage and placed on the form. What i need during runtime is to move it slowly every few seconds (or in less than 1 second).

What I'm doing is after a few split seconds have passed, I change the TImage top and left values. But when this is done rapidly, the image flickers. Is there a way to avoid this flickering?

Thank you in advance

Related Articles and Replies