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