guiProgressBarSetValue (Function) |
Top Previous Next |
This function updates the value of a progress bar.
Input: progress_bar : SYSHANDLE A handle to the progress bar to change the value for.
value : DINT The new value to set the progress bar to.
Returns: INT
Declaration: FUNCTION guiProgressBarSetValue : INT;
Example: INCLUDE rtcu.inc |