API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogTableRemove
Function ProUIDialogTableRemove
Description
Remove the table from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogTableRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the table to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
這是否有幫助?