FreeDialog()

Syntax

FreeDialog(#Dialog)
Description
Free the specified dialog and release its associated memory. If the dialog window was still opened, it will be automatically closed.

Parameters

#Dialog The dialog to free. If #PB_All is specified, all the remaining dialogs are freed.

Return value

None.

Remarks

All remaining dialogs are automatically freed when the program ends.

See Also

CreateDialog()

Supported OS

All

<- DialogWindow() - Dialog Index - IsDialog() ->