SHDocVw.TWebBrowser.OnVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVisible: TWebBrowserOnVisible read FOnVisible write FOnVisible;

C++

__property TWebBrowserOnVisible OnVisible = {read=FOnVisible, write=FOnVisible};

Properties

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

Description

Occurs when the Web browser window is about to be shown or hidden.

Write an OnVisible event handler to make adjustments to compensate for the appearance or disappearance of the Web browser window.

See Also