ui.Dialog.close
Closes a dynamic dialog.
Syntax
close()
Usage
Use the close()
method when the dynamic dialog is finished.
To fully destroy the dialog object, assign NULL
to the variable referencing
it.
Example
...
WHEN "ON ACTION cancel"
EXIT WHILE
END WHILE
CALL d.close()
LET d = NULL
CLOSE WINDOW w1