Class TSpellingError
Unit
Declaration
type TSpellingError = class(TObject)
Description
Single misspelling found by TAspellProcess.CheckString. One instance is created per misspelled word.
Source: source/component/PasDoc_Aspell.pas (line 37).
Hierarchy
- TObject
- TSpellingError
Overview
Fields
| Public | Word: string; |
| Public | Offset: Integer; |
| Public | Suggestions: string; |
Description
Fields
| Public | Word: string; |
|
The misspelled word exactly as it appeared in the checked text. | |
| Public | Offset: Integer; |
|
Offset of the misspelled word within the string that was passed to TAspellProcess.CheckString. | |
| Public | Suggestions: string; |
|
Comma-separated list of replacement suggestions from Aspell, or empty string if Aspell offered none (the '#' response). | |
Generated by PasDoc 0.17.0.snapshot.