ui.Window.raise()

This method makes the window of the referenced WINDOW variable the current window and is analogous to the CURRENT WINDOW IS statement. It brings the window to the top of the window stack and requires no arguments.

An example of the method call:

CALL win_var.Raise()