Class TSpellingError
Unit
PasDoc_Aspell
Declaration
type TSpellingError = class(TObject)
Description
Hierarchy
Overview
Fields
Description
Fields
|
Word: string; |
the mis-spelled word
|
|
Offset: Integer; |
offset inside the checked string
|
|
Suggestions: string; |
comma-separated list of suggestions
|
Generated by PasDoc 0.15.0.
|