SHDocVw.TWebBrowserOnVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWebBrowserOnVisible = procedure(ASender: TObject; Visible: WordBool) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
SHDocVw.pas
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.