Prevents a dialog from closing when the close button is clicked. Allows the dialog to be cleared and reused instead of being closed.
dlg_keep_open(handle, keep)
Prevent a dialog from closing when the close button is clicked
dlg_keep_open("dialog_123", 1);
Allow the dialog to close normally
dlg_keep_open("dialog_123", 0);