Delphi 可以显示带图片的富文本的免费组件
我需要一个像RichEdit这样的免费组件,但它也可以在里面显示图片。我使用的是Delphi 7。不幸的是RichEdit无法显示图片,而且很少有可以显示图片的组件不是免费的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下 Jedi 组件,他们增强了 RichEdit 组件,有一个叫 JvxRichEdit(来自 RxLibrary),可以显示图片。
您可以在此处
Look at Jedi Components, they have enhanced RichEdit component, There's one called JvxRichEdit(Came from RxLibrary), which can show pictures.
You can find how to display the picture above here
JvRichEdit 执行此操作,并作为 Jedi 项目的一部分包含在内。
JvRichEdit does this, and is included as part of the Jedi project.