Provides active spell checking functionality.
TecSpellChecker = class(TCustomHighlighter, IecSyntClient);
ecSpell
Analyzes text for misspelled words.
It may be used with own dictionaries (TecDictionary) or with 3-d party spell checking libraries.
Use events OnCheckText or OnCheckWord to implement own spell checking (for example, to restrict text where spell checking should be active) or to integrate with 3-d party spell checking libraries.
Specify Style property to define highlighting of misspelled words.
|
Topic |
Description |
|
The methods of the IecSyntClient class are listed here. |
|
Topic |
Description |
|
The methods of the TecSpellChecker class are listed here. | |
|
The properties of the TecSpellChecker class are listed here. | |
|
The events of the TecSpellChecker class are listed here. |
|
Method |
|
protected |
|
virtual |
|
Property |
|
read only |
|
Event |
|
TecSpellChecker Class |
Description |
|
Occurs before text is analyzed for highlighting. | |
|
Occurs after the word is checked whether it is contained in the Dictionary. |
|
IecSyntClient Methods |
Description |
|
Called when syntax analysis is finished. | |
|
Called when styles of syntax analyzer is changed. |
|
TecSpellChecker Class |
Description |
|
Adds AWord word to the Dict dictionary. | |
|
Checks whether AWord word is contained in at least one non-special dictionary. | |
|
Creates and initializes a TecSpellChecker instance. | |
|
Returns a value indicating whether it is necessary to check text. | |
|
Checks whether C is a "word" char. | |
|
Removes error highlighting from all highlighted words equal to AWord. | |
|
Analyzes part of a text for highlighting. |
|
TecSpellChecker Class |
Description |
|
Specifies whether or not the text analysis is active. | |
|
Allows automatic execution of analysis. | |
|
Specifies whether it is necessary to check text. | |
|
Specifies a collection of dictionaries. | |
|
Identifies the SyntaxMemo component associated with the TecSpellChecker object. | |
|
Specifies whether highlighting is shown in the editor. | |
|
Specifies display properties of the highlighted text. | |
|
Specifies styles collection to be used for highlighting ranges. These styles are used when style index of highlighted region is not equal to -1. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|