TdxSpellCheckerAbstractCheckMode.LastCode Property
Returns the last checking action’s status.
Declaration
property LastCode: TdxSpellCheckerSpellingCode read;
Property Value
Type |
---|
TdxSpellCheckerSpellingCode |
Remarks
Values include:
Value | Meaning |
---|---|
scNoError | No misspelled word has been found. |
scMisspelled | A misspelled word has been found. |
scRepeatedWords | Repeated words have been found. |
See Also