Questions tagged [twebbrowser]

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.

476 questions
0
votes
0 answers

Delphi 7 TWebBrowser - how to exit it

I have developed a Delphi prog which logs into a website, collects "today's number" and displays it on a screen. Having got the data, the only place I could access it was in the final 'download completed' event. This doesn't seem right, as there…
0
votes
1 answer

Need help for displaying HTML5 form elements into webbrowser in delphi

I am working on adding new form elements from HTML5 like input type email, URL etc into webbrowser. I am able to save these controls into HTML file in a proper way. However, while loading that HTML file back into webbrowser, I am not getting that…
manasee
  • 11
  • 3
0
votes
1 answer

Delphi TWebBrowser identify button enabled

The website uses Ajax and the button enables only after the selection of two combobox. How to identity if the site button is enabled or disabled? cheers.
0
votes
1 answer

Delphi TBrowser not rendering image uploader for wysiwyg editor properly

I am using a Delphi TweBrowser to load a php form with a WYSIWYG editor from TinyMCE with a plugin for the image uploading. The WYSIWYG editor renders properly in both browsers(I.E,chrome,etc) and the TweBrowser in Delphi, but the File Manager Popup…
Marcel
  • 874
  • 1
  • 14
  • 28
0
votes
1 answer

See when Delphi Twebbrowser starts loading a page

I am using delphi's TWebbrowser to navigate to a php file I created. I have a loading screen I would like to show when the page is loading or processing commands. How can I detect when it is being refreshed or still loading. currently I am using the…
Marcel
  • 874
  • 1
  • 14
  • 28
0
votes
2 answers

Handle html without the use of TWebBrowser

Hello everybody I am reformulating the question, I'm getting a html with a tidhttp and working this html in a TWebBrowser this way: (WebBrowser.Document as IHTMLDocument2).body.innerHTML := xHtml; ovTable :=…
Dark Ducke
  • 145
  • 1
  • 3
  • 12
0
votes
1 answer

hmodule in D5 willl not complie

I have incoming text from FieldByName(aFld).AsString that may sometimes contain HTML tags. I want to parse the text and use something like this to display it: How to load and save documents in TWebBrowser in a Delphi-like way If the text has HTML…
0
votes
1 answer

XE8 Delphi and FireMonkey: Integrating javascript webbrowser and the system

I'm using TWebBrowser component of Delphi to create a system that interacts with the site. So far so good, I can run the website javascript correctly, the problem is when you need to get an answer in Delphi the javascript function in html, I did not…
Anderson Nunes
  • 279
  • 3
  • 14
0
votes
1 answer

Set focus to an input field in webbrowser

I load an webpage into web-browser component and on that page there is an input field (text). How can I set input focus to that field after the page is loaded?
Linces Marques
  • 644
  • 1
  • 10
  • 24
0
votes
1 answer

Click to button in webbrowser component using C#

I'am using component webbrowser. It's possible to click on button on web page? For example: i have open site www.google.com how can I click to start finding?
meuiapha
  • 1
  • 2
0
votes
1 answer

Screenshot of Webbrowser

I have a TwebBrowser on a form, of which I need to take a Screenshot. Some may think Isn't this a dublicate. But it's not, because the solutions in the orter answers doesn't work, thay all just gives med a black screen. Så I try to get my pixels…
Jens Borrisholt
  • 6,174
  • 1
  • 33
  • 67
0
votes
0 answers

Delphi7 - TWebBrowser does not load web, IE or Chrome correct

Using Delphi 7 on Win7, all updates. The TWebBrowser component (or TEmbeddedWebBrowser) does not load http://www.sreality.cz correctly. Until recently, everything was ok. I think it happened after deploying multilingual websites. However, in IE or…
0
votes
0 answers

mobile application twebbrowser post method

Is there any simple way to open page in mobile application using twebbrowser containing two text parameters - post method (it can't be get it must be post). I know I can use idhttp to post parameters but i don't know how to open page in twebbroser…
masohaso
  • 35
  • 4
0
votes
0 answers

Render Android WebBrowser App with Delphi XE7

I'm developing an Android App with Delphi Xe7. App has a TWebBrowser which loads a normal internet web page like www.lfp.com. The problem I have is that the web page displayed doesn't adjust itself to the TWebBrowser, you have to scroll the page. I…
user2210837
  • 95
  • 1
  • 3
  • 14
0
votes
3 answers

refresh google map every x minutes in webbrowser in xe5

i am develop a small mobile application in XE5 using delphi, i will show the current location in google map in webbrowser. the problem is how to refresh the google map every x minutes in webbrowser. the default refresh time is 20 second. thanks.
Wu Kai
  • 1
  • 2