CurWindow: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Released in BR version [[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 a window number is given, then that window is given focus.
 
This is helpful when working with [[parent=none]] windows and [[F93]].


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

Revision as of 22:05, 23 January 2012

CURWINDOW ([window-number])

The CURWINDOW internal function identifies the number of the window currently in focus. If a window number is given, then that window is given focus.

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

Related Functions