Page 1 of 1

Looking for interactive HTML view component

PostPosted: June 4th, 2021, 3:08 pm
by YogiYang
Hello,

I have a need to implement a HTML view in which user can select an Item and the component should generate selected item event from which I can find as to which Item is selected and accordingly execute some code.

Is there any such component free or paid?

TIA

Re: Looking for interactive HTML view component

PostPosted: June 5th, 2021, 12:32 pm
by YogiYang
Hello,

I found a VCL called THTMLViewer. (https://github.com/BerndGabriel/HtmlViewer)

It can generate event when a user clicks on a Form input field!

The VCL is very old but at present it will do for my current work.

TIA