SHDocVw.TWebBrowser.OnQuit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnQuit: TNotifyEvent read FOnQuit write FOnQuit;

C++

__property System::Classes::TNotifyEvent OnQuit = {read=FOnQuit, write=FOnQuit};

Properties

Type Visibility Source Unit Parent
event published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Not used in TWebBrowser.

Do not use this event. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. OnQuit occurs when the Internet Explorer is about to shut down.