Category Custom user interface, Object ProUIProgressbar

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
#include <ProUIProgressbar.h>
ProErrorProUIProgressbarIntegerSet(
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
PRO_TK_NO_ERRORThe function was successful PRO_TK_GENERAL_ERROR
- The function faileduse ProUILasterrorGet()

Manual References:

  1. User Interface: Dialogs: Progressbar Attributes