IntControl 54

Syntax:

IntControl (54, p1, p2, 0, 0)

 

Keep window on top.

 

IntControl 54 has been superceded with the function WindowOnTop.

 

This IntControl tells the specified window to remain on top of all other windows, or to return to a normal (non-topmost) state.

p1 = partial windowname of the window to be affected.

 

p2 Meaning
-- -------
0 Don't stay on top

1 Stay on top

-1 Return window's current topmost state
  @TRUE = topmost
  @FALSE
= not topmost

 

Returns @TRUE on success, @FALSE on failure.