I think pbear's component HTML Components, v 9.45, is just what I need. His free download only has packages for Delphi 2006 and earlier. I have Delphi XE. How would I install his components into my Delphi?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try this Google code download site THtmlViewer. Seems to be updated to XE2 version plus Lazarus. See also this answer to SO question How to display an email images on Pbear Html viewer component?. |
||||
|
|
|
Have you considered using Delphi Chromium Embedded? This is the Delphi API for Google's Chromium, which is used by the Google Chrome web browser. Several Delphi versions are supported, including XE and XE2. Unless you only need rudimentary browser support, it makes sense to use an up-to-date browser with solid support for modern web standards. The repository includes Delphi sample projects for VCL and FireMonkey. |
||||