Field-Map Scripting

4.1.1.4.7 SetProgressBarMax

SetProgressBarMax procedure


Prototype:

procedure SetProgressBarMax (aMax: integer);

Description:

The SetProgressBarMax procedure sets the maximum value of the progress bar scale.

Syntax:

SetProgressBarMax(aMax);


Part

Description


aMax

Varaible declared as integer that specifies the maximum value for the progress bar

Return value:

none



See also:

PrepareProgressBar; StartProgressBarCycle; StepProgressBar; ResetProgressBar; PerformOneStepCycle;SetProgressBarMin; SetProgressBarMax; SetProgressBarPosition; SetProgressBarStep


Example