RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SHDocVw.TWebBrowserOnVisible Type

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

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!