| Description | Hierarchy | Fields | Methods | Properties |
type THunSpellDialog = class(TComponent)
Component for check spelling a TMemo with a dialog.
![]() |
procedure DoOnCorrect(AWord: string; var ASkip: boolean); dynamic; |
![]() |
function Execute: boolean; |
![]() |
property HunSpell: THunSpell read fHunSpell write fHunSpell; |
![]() |
property Memo: TCustomMemo read fMemo write fMemo; |
![]() |
property OnCheckFinished: TFinishedEvent read fOnCheckFinished write fOnCheckFinished; |
![]() |
property OnCheckStart: TNotifyEvent read fOnCheckStart write fOnCheckStart; |
![]() |
property OnCorrect: TCorrectEvent read fOnCorrect write fOnCorrect; |
![]() |
procedure DoOnCorrect(AWord: string; var ASkip: boolean); dynamic; |
|
Protected declarations | |
![]() |
function Execute: boolean; |
|
Check spelling. Returns
| |
![]() |
property HunSpell: THunSpell read fHunSpell write fHunSpell; |
|
THunSpell object to use for spell checking. | |
![]() |
property Memo: TCustomMemo read fMemo write fMemo; |
|
Memo to check for spelling errors. | |
![]() |
property OnCheckFinished: TFinishedEvent read fOnCheckFinished write fOnCheckFinished; |
|
Finished with checking | |
![]() |
property OnCheckStart: TNotifyEvent read fOnCheckStart write fOnCheckStart; |
|
Start checking | |
![]() |
property OnCorrect: TCorrectEvent read fOnCorrect write fOnCorrect; |
|
Correct a word. | |