SHDocVw.TWebBrowser.Quit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Quit;

C++

void __fastcall Quit(void);

Properties

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

Description

Not used in TWebBrowser.

Do not use this method. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer responds to Quit by shutting down.