Class TSpellingError
Unit
Declaration
type TSpellingError = class(TObject)
Description
Hierarchy
- TObject
- TSpellingError
Overview
Fields
![]() |
Word: string; |
![]() |
Offset: Integer; |
![]() |
Suggestions: string; |
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.16.0.
