Home / comp / gb.qt / window / showmodal 
Window.ShowModal (gb.qt)
Syntax
FUNCTION ShowModal ( ) AS Integer
Shows the window in modal mode.

This method ends only when the window is closed, and the value passed to the Close method is returned.