SHDocVw.TWebBrowserTitleChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

typedef void __fastcall (__closure *TWebBrowserTitleChange)(System::TObject* ASender, const System::WideString Text);

Properties

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

Description

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

Sender is the Web browser that is unloading a document.

Text is the newly-available title of the document.