Vcl.Forms.TApplication.NormalizeAllTopMosts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NormalizeAllTopMosts;

C++

void __fastcall NormalizeAllTopMosts();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

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 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.

See Also