API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogListAdd
Function ProUIDialogListAdd
Description
Add a new list to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogListAdd
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the list to be added.
*/
/* (In)
Position of the added component in the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?