RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.OnTitleChange Event

Occurs when the title of a document in the WebBrowser control becomes available or changes.

Pascal
property OnTitleChange: TWebBrowserTitleChange;
C++
__property TWebBrowserTitleChange OnTitleChange;

Write an OnTitleChange event handler to respond when the Web browser obtains information about the document title. Because the title can change while an HTML page is downloading, LocationName is originally set to the URL of the document. After the title specified in the HTML page, if any, becomes available, LocationName is changed to reflect the actual title. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!