Icon HideProgress

Unit: WebForms

Available In: Client Applications

procedure HideProgress

The HideProgress procedure decrements the global progress reference count, and if the reference count is 0, hides the active progress dialog. The ShowProgress procedure shows a progress dialog and increments the progress reference count.

Examples

HideProgress;
Image