Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

More demos available

Post Reply
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

More demos available

Post by salvadordf »

Hi,

In the latest CEF4Delphi updates I've uploaded some new demos that might be interesting.
  • CookieVisitor : Using TCefCookieManagerRef to read all the cookies
  • PostDataInspector : Using an alternative method to read the POST data before is sent.
I've also made all TCefCustomRenderProcessHandler events available.
I had to rename some of them for clarity, sorry. :oops:
I added the word 'Event' to all the TCefRenderProcessHandlerOwn functions and now they are easier to identify.

TCefCustomRenderProcessHandler.OnCustomMessage is now called TCefCustomRenderProcessHandler.OnProcessMessageReceivedEvent
TCefCustomRenderProcessHandler.OnWebKitReady is now called TCefCustomRenderProcessHandler.OnWebKitInitializedEvent
TCefCustomRenderProcessHandler.OnBeforeBrowserNavigation is now called TCefCustomRenderProcessHandler.OnBeforeNavigationEvent
Post Reply