General TRichView support forum. Please post your questions here
-
Faber
- Posts: 1
- Joined: Thu Nov 07, 2013 4:32 pm
Post
by Faber »
I am trying to use the TRichView wrapper for RB to display HTML from a database field and I am not having much luck.
Is it possible to display HTML using TRichView and the RB wrapper?
-
Sergey Tkachenko
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
-
Contact:
Post
by Sergey Tkachenko »
HTML support is possible with use of TrvHtmlImporter component.
This component does not support CSS, but it can load a basic HTML.
To activate support, open ppRichView.pas and remove the dot from the line
{.$DEFINE RV_USE_HTML}