UI_DLG_HIDE()

Syntax

UI_DLG_HIDE( Title as C )

Argument

Description

Title

The name of the dialog box.

Description

The UI_DLG_HIDE() function hides the specified dialog.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

The following example creates a modeless dialog box, then hides it.

ui_modeless_dlg_box("Visible Xdialog", <<%dlg%

<20,3Click Here>

%dlg%)

ui_dlg_hide("Visible Xdialog") 

See Also

UI_DLG_SHOW(), Xdialog Function Reference