- Use the existing RB RichText components and replace the default RichText Editor with a custom version that adds the spell checking support. The existing RichTextEditor class is defined in ppRichEd.pas. You can copy this class, rename it and then register it with RB. IYou can Google on how to add spell checking to TRichEdit and find entries like this: http://www.wintertree-software.com/spell-check/delphi/index.html
- Use an add-on component such as WPTools or TRichView that includes RB integration. These components are designed to do more complex word processing types of tasks. According to their web sites, they bot support spell checking.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
A couple of options to consider:
- Use the existing RB RichText components and replace the default RichText
Editor with a custom version that adds the spell checking support. The
existing RichTextEditor class is defined in ppRichEd.pas. You can copy this
class, rename it and then register it with RB. IYou can Google on how to add
spell checking to TRichEdit and find entries like this:
http://www.wintertree-software.com/spell-check/delphi/index.html
- Use an add-on component such as WPTools or TRichView that includes RB
integration. These components are designed to do more complex word
processing types of tasks. According to their web sites, they bot support
spell checking.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com