unload_dialog

(unload_dialog number)

The unload_dialog function removes a dialog box from memory.

Argument

number specifies the dialog box handle which is returned by the load_dialog function.

Return Value

The function always returns nil.

Examples

(setq dlg_id (load_dialog "myapplication.dcl"))

(unload_dialog dlg_id)

Related Functions

load_dialog, new_dialog, start_dialog, done_dialog, term_dialog