Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

ScreenToFront

Make the specified screen the frontmost.

Declaration

Source position: intuition.pas line 3493

procedure ScreenToFront(

  Screen: PScreen

);

Arguments

Screen

  

A pointer to a Screen structure

Description

Move a screen in front of all other screens. If the screen is in a group, the screen will be moved in front of all other screens in the group only. If the screen is the parent of a group, the whole group will be moved in the front.

You will see the screen move in front of all other screens.

See also

ScreenToBack

  

Send the specified screen to the back of the display.

ScreenDepth

  

Depth arrange a screen with extra control.


Documentation generated on: 2021-07-30