RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.OnProgressChange Event

Occurs when the progress of a download operation is updated.

Pascal
property OnProgressChange: TWebBrowserProgressChange;
C++
__property TWebBrowserProgressChange OnProgressChange;

Write an OnProgressChange event handler to provide visual feedback about the download process. For example, an OnProgressChange event handler can update a TProgressBar component or display the number of bytes downloaded so far. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!