Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi IHTMLTxtRange / IHTMLElement (https://www.delphipraxis.net/37384-ihtmltxtrange-ihtmlelement.html)

toms 5. Jan 2005 10:38


IHTMLTxtRange / IHTMLElement
 
Hi,

Weiss jemand, wie man von einem IHTMLTxtRange das IHTMLElement bekommt?

Delphi-Quellcode:
var
  tr: IHTMLTxtRange;
begin
    tr := ((Form1.WebBrowser1.Document as IHTMLDocument2).body as IHTMLBodyElement).createTextRange;
    tr.findText(aText, 1, 0);
    // wie bekomme ich jetzt vom tr das IHTMLElement ?

toms 24. Jan 2005 05:39

Re: IHTMLTxtRange / IHTMLElement
 
Hi,

Hat niemand einen Anhaltspunkt für mich?

Mavarik 12. Apr 2006 10:44

Re: IHTMLTxtRange / IHTMLElement
 
Hi!

Hast Du es mittlerweile gefunden?

mfg Frank :coder:

Ydobon 12. Apr 2006 16:26

Re: IHTMLTxtRange / IHTMLElement
 
MS hat da einen Anhaltspunkt: IHTMLTxtRange::parentElement Method

Mavarik 12. Apr 2006 16:30

Re: IHTMLTxtRange / IHTMLElement
 
Zitat:

Zitat von Ydobon
MS hat da einen Anhaltspunkt: IHTMLTxtRange::parentElement Method

Ja Danke... hatte ich zwischenzeitlich gefunden... Wollte es "nur" toms mitteilen...

Frank :coder:


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:56 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz