trichview.support
Auto Spell Correction |
Author |
Message |
CCY |
Posted: 09/10/2004 7:35:41 after reading the HELP file i am now can do the live spell checking by handling the OnSpellCheck event like this procedure TfrmCSNDTextEditor.rveEditorSpellingCheck( Sender: TCustomRichView; const AWord: String; StyleNo: Integer; var Misspelled: Boolean); begin inherited; Misspelled := not rvasSpellCheckEditor.WordAcceptable(AWord); end; But the auto correction still doesn't work even though the option has been set to true in Addict Spell Check option. Any extra thing that I need to do in this event in order to support auto correction? Does anyone can help me to answer this question? |
Powered by ABC Amber Outlook Express Converter