Field-Map Scripting

4.1.1.4.2 StartProgressBarCycle

StartProgressBarCycle procedure


Prototype:

procedure StartProgressBarCycle ( const MaxValue : integer);

Description:

The StartProgressBarCycle procedure starts the progress bar.

Syntax:

StartProgressBarCycle(MaxValue);


Part

Description


MaxValue

Varaible declared as integer

Return value:

none



See also:

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


Example