How to embed a browser object, other than IE, in a Delphi application

后端 未结 5 499
小蘑菇
小蘑菇 2020-12-04 10:29

Using the default TWebBrowser makes things easy to embed a web browser. Unfortunately the one that comes in by default is IE.

I\'m wondering how does one in

5条回答
  •  不思量自难忘°
    2020-12-04 10:55

    An alternative is THTMLViewer component. I have used this for some years.

    This is now available free. the web siteis here http://pbear.com/htmlviewers.html. According to the songbeamer web site (http://www.songbeamer.com/delphi/) there is a Delphi 2009 version available.

提交回复
热议问题