API 설명서 > Custom user interface > Object ProUIProgressbar > Function ProUIProgressbarIntegerSet
Function ProUIProgressbarIntegerSet
Description
Sets the current position of the progress bar
Note: The default min and max limits for the Progress bar integer are -32768 and 32768. Please use ProUIProgressbarMinintegerSet & ProUIProgressbarMaxintegerSet to change these as required.
Synopsis
ProUIProgressbarIntegerSet
(
char* dialog
/* (In)
The name of the dialog that contains the progress bar
*/
char* progressbar
/* (In)
The name of the progress bar component
*/
int position
/* (In)
The current position of the progress bar
*/
)
Returns
The function was successful PRO_TK_GENERAL_ERROR
- The function failed
use ProUILasterrorGet()
User Guide References
도움이 되셨나요?