Field-Map Scripting

4.1.1.4.8 SetProgressBarPosition

SetProgressBarPosition procedure


Prototype:

procedure SetProgressBarPosition (aPosition: integer);

Description:

The SetProgressBarPosition procedure sets the current progress bar position.

Syntax:

SetProgressBarPosition(aPosition);


Part

Description


aPosition

Varaible declared as integer that specifies the current position of the progress bar.

Return value:

none



See also:

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


Example