Einzelnen Beitrag anzeigen

jbg

Registriert seit: 12. Jun 2002
3.481 Beiträge
 
Delphi 10.1 Berlin Professional
 
#6

AW: Controls im PageControl verschwinden unkontrolliert

  Alt 25. Mai 2011, 17:58
Folgender Code muss in Controls.pas::TWinControl.WndProc nach dem "inherited WndProc(Message);" Aufruf.
Delphi-Quellcode:
if Message.Msg = WM_UPDATEUISTATE then
  Invalidate; // Ensure control is repainted
  Mit Zitat antworten Zitat