I'm using C++ Builder XE8, The TWebbrowser component doesn't have an OnCreate or OnShow events, at least not on the IDE with the other events like "OnNaviguateError"...
The actual goal was to load a page on the creation of the WebBrowser but I realise that I'm lacking some basic/important knowledge.
So how can I add event handlers to component that doesn't have the one I want but its parent do? do I have to create the component dynamically?