Search found 1 match

by randydom
Sat Nov 16, 2019 7:08 am
Forum: Support
Topic: Past from TWebbrowser into TRichViewEdit
Replies: 1
Views: 14174

Past from TWebbrowser into TRichViewEdit

Hello , i've copied an element contents from a Webbrowser using A.outerText .
so my clipboard content is ( as an example ) :
<span ID=123>hello</span>
<img src="smiley.gif">

So please how could i past that directly into my TRichViewEdit with the correct format i mean with no HTML format ?

Thank ...