Feb 20, 2003 #1 TimSNL Programmer Joined Sep 11, 2001 Messages 119 Location AU Hello all. I have a lot of components I need to manipulate on a form. Is there a way I can stop everything on the from redrawing itself untill I am ready, and then just do one flicker free redraw. Thanks for your help Tim SNL Computing
Hello all. I have a lot of components I need to manipulate on a form. Is there a way I can stop everything on the from redrawing itself untill I am ready, and then just do one flicker free redraw. Thanks for your help Tim SNL Computing
Feb 21, 2003 #2 Stretchwickster Programmer Joined Apr 30, 2001 Messages 1,746 Location GB I don't know if this link will help you out: http://delphi.about.com/library/bluc/text/uc052102g.htm Clive Upvote 0 Downvote
I don't know if this link will help you out: http://delphi.about.com/library/bluc/text/uc052102g.htm Clive
Feb 25, 2003 1 #3 vincer Programmer Joined Mar 12, 2002 Messages 45 Location GB you could try the lockwindowupdate system API function. Also certain object (like Ttreeview) allow you to specify the start and end of a batch update. Upvote 0 Downvote
you could try the lockwindowupdate system API function. Also certain object (like Ttreeview) allow you to specify the start and end of a batch update.
Feb 25, 2003 Thread starter #4 TimSNL Programmer Joined Sep 11, 2001 Messages 119 Location AU Thankyou! LockWindowUpdate works perfectly. Upvote 0 Downvote