RAD Studio VCL Reference
|
Reloads the current document.
procedure Refresh; safecall;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|