tillvägagångssätt TfmForm.FormCreate (avsändare: TObject);
börja
ShowWindow (fmChildForm.Handle, SW_HIDE);
SetWindowLong (fmChildForm.Handle, GWL_EXSTYLE, getWindowLong (fmChildForm.Handle, GWL_EXSTYLE) eller WS_EX_TOOLWINDOW);
ShowWindow (fmChildForm.Handle, SW_SHOW);
avsluta;