[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.RemoveStayOnTop

Removes the StayOnTop attribute from all forms in the application.

Declaration

Source position: forms.pp line 1517

public procedure TApplication.RemoveStayOnTop(

  const ASystemTopAlso: Boolean = False

);

Description

Builds a list of forms for use in the RestoreStayOnTop method.

See also

TApplication.RestoreStayOnTop

  

Restores StayOnTop for all forms changed by RemoveStayOnTop.