dlg_abort()

Aborts and closes a running dialog.

Terminates the specified dialog and exits the event loop.

Syntax

dlg_abort(handle)

Parameters

Parameter Type Description
handle String The handle of the dialog to close.

Return Value

Examples

Abort and close an existing dialog

dlg_abort("dialog_123");

See also

dlg_new
dlg_init
dlg_update
dlg_clear

dlg_show
dlg_abort

dlg_is_valid
dlg_keep_open
dlg_callback

dlg_modal
dlg_set_resizable
dlg_set_pos
dlg_set_size
dlg_set_btn
dlg_set_name
dlg_set_color