dlg_set_name()

Sets the name (title) of a dialog window.

Syntax

dlg_set_name(handle, name)

Parameters

Parameter Type Description
handle String The handle of the dialog.
name String The new title for the dialog window.

Return Value

Examples

Change the title of a dialog

dlg_set_name("dialog_123", "New Dialog Title");

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