CurWindow: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved CurWindow to CURWINDOW)
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Released in [[4.20E]] the '''CurWindow''' is the [[window]] that received the last user interaction. This is helpful when working with [[parent=none]] windows and [[F93]].
CURWINDOW(<window-number>)
 
The CURWINDOW internal function identifies the number of the window currently in focus '''if this window was open with the PARENT=NONE option'''. If a window number is given, then that window is given focus (raised).
 
This is helpful when working with [[parent=none]] windows and [[F93]].


====Related Functions====
====Related Functions====

Latest revision as of 16:10, 23 September 2014

CURWINDOW(<window-number>) 

The CURWINDOW internal function identifies the number of the window currently in focus if this window was open with the PARENT=NONE option. If a window number is given, then that window is given focus (raised).

This is helpful when working with parent=none windows and F93.

Related Functions