CreateDialog()

语法

Result = CreateDialog(#Dialog)
概要
Create a new uninitialized dialog. To initialize the dialog, use OpenXMLDialog().

参数

#Dialog A number to identify the new dialog. #PB_Any can be used to auto-generate this number.

返回值

Returns nonzero if the dialog was created successfully and zero if not. If #PB_Any was used as the #Dialog parameter, then the auto-generated number is returned in case of success.

参阅

OpenXMLDialog(), FreeDialog()

已支持操作系统

所有

Dialog Index - DialogError() ->