RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.Refresh Method

Reloads the current document.

Pascal
procedure Refresh;
C++
__fastcall Refresh();

Call Refresh to reload the current document. This is useful when the Web browser is displaying the resource at an URL that may have changed.  

Refresh always sends a pragma:nocache header, telling the server not to return a cached copy. This can cause problems with some servers. To prevent the pragma:nocache header, or to refresh only expired pages, use the Refresh2 method instead. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!