API 文件集 > Custom user interface > Object ProUIProgressbar > Function ProUIProgressbarMaxintegerSet
Function ProUIProgressbarMaxintegerSet
Description
Set the maximum integer for a progress bar component
Synopsis
ProUIProgressbarMaxintegerSet
(
char* dialog
/* (In)
The name of the dialog that contains the progress bar
*/
char* progressbar
/* (In)
The name of the progress bar component
*/
int max
/* (In)
The maximum integer value (default = 32767)
*/
)
Returns
The function was successful PRO_TK_GENERAL_ERROR
- The function failed
use ProUILasterrorGet()
這是否有幫助?