Probiere mal dies:
Code:
Procedure Form_TOPMOST ( F : TForm );
Begin
with F do SetWindowPos(
Handle, HWND_TOPMOST, Left, Top, Width, Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
End;
Das dürfte nichts bringen, da er das Problem
innerhalb der IDE beim bearbeiten des Formulars hatte!