Vcl.Forms.TApplication.RestoreTopMosts
Delphi
procedure RestoreTopMosts;
C++
void __fastcall RestoreTopMosts();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TApplication |
Description
Restores forms designated as fsStayOnTop to be topmost again.
Use RestoreTopMosts to return forms that were originally designated as topmost forms (FormStyle is fsStayOnTop), then temporarily changed to be non-topmost forms with the NormalizeTopMosts or NormalizeAllTopMosts method, to a topmost position.
See Also
Code Examples