TWebBrowser is a VCL component available in the Delphi Internet tool-palette. It is defined in the `SHDocVw.pas` unit. It provides access to the Web browser functionality of Microsoft's Shell Doc Object and Control Library.
Questions tagged [twebbrowser]
476 questions
0
votes
0 answers
How to open XML from TMemoryStream at TWebBrowser?
I would like to open TMemoryStream which contains XML raw data at my TWebBrowser component?
How I can achieve this?

vBB
- 215
- 1
- 3
- 7
0
votes
2 answers
TWebbrowser / TEmbeddedWb : hide all messageboxes
I have an application that uses TEmbeddedWb to automate data scrapping tasks.
Some web-sites show messages / popup boxes when my app navigates to it, and these makes the process slower.
I want to block any messagebox that TWebbrowser could show.
I'm…

delphirules
- 6,443
- 17
- 59
- 108
0
votes
0 answers
Executing JS in TWebBrowser
I take http://www.foxbase.ru/delphi/javascript-na-delphi.htm worked example and trying to execute my own js code. Some corrections and its simly like this : http://shadow-core.com/ShadowJS.pas
Firstly , i dont know where is problem... Cuz , in…

OilFlame
- 11
- 1
- 5
0
votes
1 answer
How Can I use Chromium or Webkit source code in our custom browser?
I am trying to develop my own browser by using chromium source code but am not familiar with browser part.please give some valuable suggestions how to start from scratch using "Chromium Source code"....

murali mohan
- 1
- 1
0
votes
1 answer
Print from Android App (Delphi FireMonkey)
I'm creating a small Android App (Delphi XE7 + FireMonkey) and from it, I need to print some information.
Since no reporting component (that I know of) works on FireMonkey for Android, I've been persuing some options, and one of them was to create a…

nunopicado
- 307
- 4
- 17
0
votes
1 answer
TWebBrowser memory leaks and access violations
My C++Builder application (RAD Studio XE4) is leaking memory. In doing some debugging, I tracked down the cause to the TWebBrowser component on a form that's created and destroyed; apparently, the TWebBrowser or one of the objects it creates is…

Josh Kelley
- 56,064
- 19
- 146
- 246
0
votes
1 answer
How to handle rel="async-post" dialog in TWebbrowser Delphi(Lazarus))?
I am making an app for FB to be able to ban people from my facebook page even when they have not yet commented or liked my page. Just like detailed here. I have a browser written in Lazarus, it logs onto facebook, navigates to page/settings, selects…

modzsi
- 185
- 2
- 12
0
votes
1 answer
How to get retrieve a script tag from HTML file source using TWebbrowser component?
In the HTML document there is script tag that contains some javascript function
…

Ulphat
- 734
- 1
- 7
- 26
0
votes
1 answer
WebBrowser control set Document Mode
So I know about FEATURE_BROWSER_EMULATION, but either it isn't working for me, or it only controls the Browser Mode and not the Document Mode.
I have a lot of info specific to my case below, but the general question that I think/hope should have an…

eselk
- 6,764
- 7
- 60
- 93
0
votes
1 answer
Change cache storage location for individual WebBrowser control instances
First of all, thank you all for taking time to read the question.
I am embedding Microsoft WebBrowser ActiveX control into my application. Normally such a WebBrowser instance saves cookies and caches to the system default location…

stanleyxu2005
- 8,081
- 14
- 59
- 94
0
votes
1 answer
How to get all raw request headers?
I am trying to get all the raw request headers from Asynchronous Pluggable Protocol I've implemented. But I can only get a few basic headers using IHttpNegotiate. Such as Accept-Language, Referer. With a tool called HTTP Analyzer these things can be…

user3060326
- 187
- 2
- 16
0
votes
0 answers
TEmbeddedWB repeats copy action when program closes
I execute the following code to copy the whole text from a TEmbeddedWB to the clipboard:
EWBH.ExecWB(OLECMDID_SELECTALL, OLECMDEXECOPT_DODEFAULT);
EWBH.ExecWB(OLECMDID_COPY, …

user1580348
- 5,721
- 4
- 43
- 105
0
votes
1 answer
Document in OleObject is missing
I'm using Embarcadero RAD Studio XE5 C++.
Why there is no "Document" after WebBrowser1->OleObject-> ??
Besides that I have another problem:
#include
...
HtmlDocument doc;
Error:
[bcc32 Error] Unit1.cpp(16): E2451 Undefined symbol…

user2225809
- 101
- 1
- 2
- 7
0
votes
1 answer
Asynchronous Pluggable Protocol for CID: (email), how to handle duplicate URLs
This is somewhat a duplicate of this question, but that question has no (valid) answer and is 1.5 years old so asking my own with hopes people have more info now.
If you are using multiple instances of a WebBrowser control, MSHTML, IHTMLDocument, or…

eselk
- 6,764
- 7
- 60
- 93
0
votes
1 answer
how to hide TwebBrowser Component
hello i am making one app.. "sorry for me bad english";
simple app hay have 2 TWebBrowser on delphi 7 this make simple mi life on mi work
wb1 firts webbrowser run on proxy
wb2 secons webbrowser no run on proxy
i need hide app... i don't have problem…

Marthianfred
- 13
- 4