dlg_clear()

Clears the contents of a custom dialog window.

Removes all elements inside the dialog.

Syntax

dlg_clear(handle)

Parameters

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

Return Value

Examples

Clear all elements inside an existing dialog

dlg_clear("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