RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SHDocVw.TWebBrowserTitleChange Type

TWebBrowserTitleChange is the type for the OnTitleChange event handler on TWebBrowser.

Pascal
TWebBrowserTitleChange = procedure (ASender: TObject; const Text: WideString) of object;
C++
(ASender: TObject; const Text: WideString) ( TWebBrowserTitleChange)();

Sender is the Web browser that is unloading a document.  

Text is the newly-available title of the document. 

 

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