Tuesday, 6 August 2013

How to rewrite class method?

How to rewrite class method?

Here is ceflib.pas code CEFLIB.PAS

So in TCefRenderProcessHandlerOwn class declared OnBeforeNavigation function.
As we can see, it returns False everytime and its bad, because if Link was
opened by MouseWheelClick it will not open this link in New Tab, so i want
to fix it.
The question is: How to rewrite this function?
TNX

No comments:

Post a Comment