Neron Posted February 25, 2013 Share Posted February 25, 2013 hello! i have problems with show form. Scar is minimized, there are few opened window. when call form is shown, but is behind some window. is there a way: after opening show form in front of all window? Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted February 25, 2013 Share Posted February 25, 2013 I noticed this as well depending on what you are doing. If you display a form with ShowModal or with its properties set to Always on Top then any additional forms (including file open/save dialogs) will show *behind* that form. This is a "feature" of how windowing works in Windows: If you specify you want a form on top, it stays on top. Quote Link to comment Share on other sites More sharing options...
Neron Posted February 25, 2013 Author Share Posted February 25, 2013 FormStyle := fsStayOnTop; and works, thanx!! Quote Link to comment Share on other sites More sharing options...