Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
Devices
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
RTF2
rbuser
February 2003
edited February 2003
in
Devices
Hi,
How is possible to considere the RTF2 (RichEd20.dll) in TppRichText and
TppDBRichText ?
Thanks
Comments
digitalmetaphors
February 2003
edited February 2003
Please see the RichText articles in the TechTips newsgroup for more info.
If you want to revert to the old RichText behavior, add an initialization
section to the bottom of your unit:
uses
ppDrwCmd;
initialization
ppRegisterRichEditClass(TRichEdit);
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
If you want to revert to the old RichText behavior, add an initialization
section to the bottom of your unit:
uses
ppDrwCmd;
initialization
ppRegisterRichEditClass(TRichEdit);
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com