3

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.

Tofig Hasanov
  • 3,303
  • 10
  • 51
  • 81

2 Answers2

10

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

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Mohammed Nasman
  • 10,992
  • 7
  • 43
  • 68
0

JvRichEdit does this, and is included as part of the Jedi project.

Robbie Matthews
  • 1,404
  • 14
  • 22