Click or drag to resize

ProgressBar.Advance Method

X#
Advance the progress bar to a new position.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Advance(
	dwNewPosition
) AS USUAL CLIPPER
Request Example View Source

Parameters

dwNewPosition (Optional)
Type: Usual
The amount by which the progress bar is advanced. If omitted, the progress bar is advanced by the unit size.

Return Value

Type: Usual
The amount by which the progress bar is advanced.
See Also