API 文档 > Custom user interface > Object ProUITable > Function ProUITableProgressbarAdd
Function ProUITableProgressbarAdd
Description
Add a new progressbar to the table.
Synopsis
#include <ProUITable.h>
ProUITableProgressbarAdd
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* name
/* (In)
Name of the progressbar to be added.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
这对您有帮助吗?