|
Enters a CalcIt code in a Windows message loop. Can be used with Forms. Instead of using ShowForm to display a Form with its own message loop (modal) the Form can be displayed through prVISIBLE property and get its messages through WAIT's message loop (modeless). A code can exit this loop through WaitExit command executed in response of an OnClose or other event. See also WAITEXIT |