UpdateProgressbarValue Procedure
Updates the progress of a progress bar with a given value.
Signature
UpdateProgressbarValue(PlaceholderNo: Integer; Value: Integer)
Parameters
PlaceholderNo
Integer
The number of the container (the number in the @-text) that should be updated.
Value
Integer
The number to add to the total progress. The sum of the values in all calls to this function should not be greater than the Max value given in the InitProgressbar() function.
This documentation is generated from Smart Toolbox v27.0