Tagged Questions

3
votes
2answers
264 views

Pressing Alt clears the embedded TWebBrowser

I have TWebBrowser embedded in a TForm. Whenever I press Alt button the browser window becomes white. If I drag the form around it repaints correctly. What I am doing wrong? I have DevExpress Bars ...
3
votes
1answer
1k views

How to install TWebBrowser in Delphi 2010

Is there any way of installing TWebBrowser in Delphi 2010 directly without having to install the Web Development Controls? If I select the Web Development Controls option on the Delphi 2010 setup, ...
2
votes
0answers
121 views

WebBrowser SinkEvents and DesignMode = 'on'

Zarko Gajic demonstrates how to get the url of a hyperlink when the mouse moves over a TWebBrowser Document in the following article and demo: http://delphi.about.com/od/vclusing/a/wbsinkevents.htm ...