ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamThumbnailImage.OnProgress

Occurs periodically during slow operations that affect the image.

Syntax
Pascal
property OnProgress: TProgressEvent;

Write an OnProgress event handler to provide the user with feedback during slow operations such as loading large compressed images.  

 

The PercentDone parameter of the event handler is only an approximation. With some image formats, the value of PercentDone may actually decrease from the value in previous events, as the graphic object discovers there is more work to do.