Danke, an SetWindowPos hatte ich jetzt gar nicht gedacht, aber funktioniert super...
wens interessiert:
Delphi-Quellcode:
procedure TForm_DFMPreview.FormActivate(Sender: TObject);
begin
if form_Inspector.visible then
SetWindowPos(form_Inspector.handle,HWND_TOP,0,0,0,0,SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
end;