APLX Help
: System Classes
: Methods
: Wait
|
|
![]() |
The 'Wait' method |
Argument: None Valid for: Window, Form or Dialog The Wait method is used to make a Window or Dialog modal, i.e. to disable all other application windows until the user has responded to the dialog. The modal state remains in force until the window is closed, hidden or destroyed. If the window is closed or hidden when the Wait method is called, it will first be opened and/or made visible. Note that your program still continues execution, and continues to handle events (via The session window and other APL debugging windows are not disabled by this method, so you can interrupt the APL program as usual. |
|
APLX Help
: System Classes
: Methods
: Wait
|
Copyright © 1996-2010 MicroAPL Ltd