RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.OnBeforeNavigate2 Event

Occurs immediately before the Web browser navigates to a new resource.

Pascal
property OnBeforeNavigate2: TWebBrowserBeforeNavigate2;
C++
__property TWebBrowserBeforeNavigate2 OnBeforeNavigate2;

Write an OnBeforeNavigate2 event handler to redirect or cancel a change to a different URL. This event may occur as the result of a call to the Navigate or Navigate2 method, or the user clicking a link. 

 

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