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()
User Guide References
これは役に立ちましたか?