SetStep

                                 +-10------+
>>-aProgressBarControl~SetStep(--+---------+--)----------------><
                                 +-newstep-+


The SetStep method specifies the step increment for a progress bar. The step increment is the amount by which the progress bar increases its current position whenever the method is called.

Arguments:

The only argument is:

newstep

The new step increment. The default step increment is 10.

Return value:

The previous position, or -1 if you do not specify newpos.