Skip to content

DoAdvance - cProgressBar

Advances the progress bar by the amount stored in piAdvanceBy

Type: Procedure

Syntax

Procedure DoAdvance

Call Example

Send DoAdvance

Description

Use the DoAdvance procedure to advance the progress bar. The piPosition property will be incremented by the value stored in the piAdvanceBy property and the bar will be redrawn to reflect the change to piPosition.

Compare to the DoAdvanceBy method that increments piPosition by an explicit amount.