Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Feb : Refresh All Controls
| Subject: | Refresh All Controls |
| Posted by: | "Bill" (w2m..@frontiernet00.net) |
| Date: | Sat, 17 Feb 2007 18:55:15 |
What is the proper way to refresh all controls on a form - similar to
what occurs when you change the forms dimension by resizing.
I have tried invalidate, update, refresh, repaint, invalidate and
everything else i can find but nothing works except Form.ScaleBy( 100,
100 );
In my case I want to refresh all controls on a PageControl Tabsheet.
Regards,
Bill