SHDocVw.TWebBrowserOnVisible

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TWebBrowserOnVisible)(System::TObject* ASender, System::WordBool Visible);

Properties

Type Visibility Source Unit Parent
typedef public SHDocVw.hpp SHDocVw SHDocVw

Description

TWebBrowserOnVisible is the type for the OnVisible event handler on TWebBrowser.

Sender is the Web browser whose Visible property is changing.

Visible is true if the Web browser is about to appear, false if the Web browser is about to be hidden.