Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Spell Checking

edited November 2006 in General
Is the a way to do spell checking from the Rich Text editor?
Thanks

Comments

  • edited November 2006

    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
This discussion has been closed.