Feb 20, 2003 #1 TimSNL Programmer Sep 11, 2001 119 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 Apr 30, 2001 1,746 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 Mar 12, 2002 45 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 Sep 11, 2001 119 AU Thankyou! LockWindowUpdate works perfectly. Upvote 0 Downvote