RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.NormalizeAllTopMosts Method

Makes forms that have been designated as topmost forms (their FormStyle is fsStayOnTop) behave as if they were not topmost forms.

Pascal
procedure NormalizeAllTopMosts;
C++
__fastcall NormalizeAllTopMosts();

Use NormalizeAllTopMosts to allow other windows appear on top of a topmost form. Normally, topmost forms remain on top of other windows, and so may obscure other windows. 

NormalizeAllTopMosts behaves like the NormalizeTopMosts method, except that it also includes the application's Main Window. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!