Displays the form in front of all other forms.
Source position: forms.pp line 734
public procedure TCustomForm.ShowOnTop; |
Makes the form Visible and moves it to the top of the Z-Order. WindowState is changed to wsNormal if the form is currently in a minimized state (wsMinimized). Sets the value in Visible to True, and calls BringToFront to move the form to the top of the Z-Order among its siblings.
| Version 4.4 | Generated 2025-11-08 | Home |