Re: TWebbrowser plugin support



Hans-Peter Diettrich wrote:

Jamie wrote:

With the Document property, you can expand the use of the IWebBrowser greatly.


Unfortunately the Delphi types usually end up in IDispatch, not very helpful. Even in the MS documentation of IHTMLDocument3 I didn't find much new hints or hooks.

Can you provide more specific information?

DoDi
http://msdn2.microsoft.com/en-us/library/ms535205.aspx
look there.
that's the body object from the docoment among other things.
you can access all of that and more via the document property..


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.



Relevant Pages

  • Re: TWebbrowser plugin support
    ... Jamie wrote: ... Unfortunately the Delphi types usually end up in IDispatch, ... Even in the MS documentation of IHTMLDocument3 I didn't find much new hints or hooks. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Question on how to debug COM
    ... I'm developing an addin for Excel ... I assume you have seen the documentation here and found it lacking: ... must implement the Invokemethod from IDispatch, ... These parameters are packed into DISPPARAMS structure. ...
    (microsoft.public.vc.atl)
  • Re: Where to find documentation on IDispatch errors?
    ... IDispatch is a COM interface. ... Typically IDispatch returns HRESULTs i.e. errors of the type hex 8xxxxxxx ... Error 32 sounds more like a WIN32 error than an HRESULT. ... > Can anyone point me to documentation where I can find a list of IDispatch ...
    (microsoft.public.exchange.admin)
  • Re: Whats the big deal with cross-platform?
    ... Hans-Peter Diettrich wrote: ... apps. ... I have, however, been able to download the documentation file from ... place a copy of it in the attchments NG as a temporary measure. ...
    (borland.public.delphi.non-technical)