I don't know TWVbrowser.
But you can download CEF4Delphi
This is a Chrome based WebPage Suit, that you can install under the Lazarus IDE by downloading the requiered Package(s)
If you under Windows, this should be use instead TWebBrowser ActiveX Component.
- CEF4Delphi is available for Delphi and Lazarus
- it is free
- support for Mac OS, Linux, and Windows.
There are some Problems you can stuck in with CEF4Delphi - but with a little bit background knowledge, you can master the use of Chrome based webpages...
Modern WebBrowser like Firebird, Chrome, and Edge nearly use the same Code, you can use it for design and style of your WebPages.
And: you can interact with the User by using Event's, yeah.
If you have all things up, you could take a look the JQuery components.
So, you can use JQuery in your JavaScript WebPage parts with functions like:
$(document) onready
For more information's see the jquery webpage.
And please: Don't use the Microsoft CHM Viewer on productive Systems - it is out of date.
A little bit adv: take a look to
https://www.HelpNDoc.com.
- this is a Tool, you can use for Help-authoring.
- you write a one Help Base, and you can compile the Documentation in a wide Range of Output Formats like CHM, HTM, PDF, and more.
- I love
HelpNDoc.com