FreeDialog()

语法

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

参数

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

返回值

无.

Remarks

All remaining dialogs are automatically freed when the program ends.

参阅

CreateDialog()

已支持操作系统

所有

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