Display a memory stream in a TWebBrowser?

From: GravityTester (kevinm_at_REMOVETHISsafeenv.com)
Date: 03/26/04


Date: Fri, 26 Mar 2004 11:04:33 -0800

Is there a way to display a string or memory stream in a TWebBrowser? Is
there some other component that would work?

I have a short block of XML in a string that I need to display and its
really lame having to write it to a temp file and then telling the
TWebBrowser to go load it. The problem is compounded by my project having
many such TWebBrowers and each needs to update once a second.

The TWebBrowser docs are rather obtuse - a solution doesn't pop out at me.
I am using Delphi 5 Pro.

TIA!

Kevin



Relevant Pages

  • Re: web browser & rave reports
    ... I 'm trying to make a very simple web browser inside a dephi form. ... TwebBrowser has a method NAVIGATE ... Unfortunately, you can't display a string, so you will have to save data on ...
    (comp.lang.pascal.delphi.misc)
  • Getting TWebbrowser contents HTML into a string
    ... How do I get TWebbrowser contents HTML into a string. ... property of the TWebbrowser document property at runtime. ...
    (alt.comp.lang.borland-delphi)
  • TWebBrowser kann Script nicht ausführen
    ... Dazu habe ich ein TWebBrowser Element auf die Form gelegt. ... In einem String generiere ich den HTML Text, ... Ein einfaches "Hello World" in HTML wird fehlerfrei angezeigt. ... In der Appliaktion hat der TWebBrowser allerings ein Problem damit. ...
    (de.comp.lang.delphi.misc)
  • Re: Web content in delphi
    ... I need to stick some web content (HTML held in memory) on a form and display it to the user. ... What I'm wondering is if there are any other components like TWebBrowser out there. ...
    (borland.public.delphi.thirdpartytools.general)
  • TWebBrowser
    ... I'm using TWebBrowser to display HTML content. ... procedure TfmEmailFolderMgr.ReloadHTMLMessage1Click(Sender: TObject); ...
    (comp.lang.pascal.delphi.misc)