Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Component which can show richtext with pictures Delphi

I need a free component like RichEdit, but which can also show pictures inside. I am using Delphi 7. Unfortunately RichEdit cannot show pictures, and few components which can are not free.

like image 405
Tofig Hasanov Avatar asked Sep 05 '25 03:09

Tofig Hasanov


1 Answers

Look at Jedi Components, they have enhanced RichEdit component, There's one called JvxRichEdit(Came from RxLibrary), which can show pictures.

alt text

You can find how to display the picture above here

like image 143
Mohammed Nasman Avatar answered Sep 07 '25 19:09

Mohammed Nasman