TdxSpellCheckerAbstractCheckMode.GetNextMisspelledWord Method
In This Article
Searches for the next misspelled word.
#Declaration
Delphi
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