TdxSpellCheckerCustomCheckMode.GetNextMisspelledWord Method
Searches for the next misspelled word.
Declaration
function GetNextMisspelledWord: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
If a misspelled word has been found, the GetNextMisspelledWord method writes it to the MisspelledWord property, and returns True.
See Also