Learn What You Need To Know About DelphiVCL.Application.NormalizeAllTopMosts Method
September 26, 2021
NormalizeAllTopMosts or DelphiVCL.Application.NormalizeAllTopMosts method makes forms that have been designated as topmost forms (their FormStyle is fsStayOnTop) behave as if they were not topmost forms.
Use NormalizeAllTopMosts to allow a message box or dialog box that is displayed using the Windows API functions (such as MessageBox and MessageDlg) directly, appear on top of a topmost form.