ShowProgress
Previous  Top  Next

DLL edition only
Procedure ShowProgress(yesno: smallint; exhandle: integer);


ShowProgress(1,exhandle) turns on the progressbar for all functions with progress events defined.

Default value is 0 = no progressbar.

Exhandle is a windows handle to parent the progressbar onto the calling applications window. Specify 0 if unknown.

This only applies to the DLL version.