AppProgressStepItΒΆ

AppProgressStepIt advances the current position for a progress bar ontrol by the step increment and redraws the bar to reflect the new position.

bool = AppProgressStepIt()

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). If a progress dialog is used the return value is FALSE (0) if the Cancel button or the ESC-key is pressed.

History

Version Description
R2012.1 (5.40.1) If a progress dialog is used the return value is FALSE (0) if the Cancel button or the ESC-key is pressed.
3.0 New.

id-1377750