Displays the form in front of all other forms.
Source position: forms.pp line 738
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.
CT Web help |
CodeTyphon Studio |