API:SHDocVw.TWebBrowser.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Refresh;

C++

HIDESBASE void __fastcall Refresh();

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Repaints the control on the screen.

SHDocVw.TWebBrowser.Refresh inherits from Vcl.Controls.TControl.Refresh. All content below this line refers to Vcl.Controls.TControl.Refresh.

Repaints the control on the screen.

Call the Refresh method to repaint the control immediately. Refresh calls the Repaint method. Use the Refresh and Repaint methods interchangeably.

See Also