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

TScreen.MoveFormToZFront

Moves the form to the front of the Z-order list (notification only).

Declaration

Source position: forms.pp line 1101

public procedure TScreen.MoveFormToZFront(

  ACustomForm: TCustomForm

);

Errors

GDB exception when the form is (being) destroyed, or the application is shutting down.

See also

TScreen.MoveFormToFocusFront

  

Moves the form to the front of all form lists.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.