| Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Component to implement spell checking with a Dialog.
THunSpellDialog Copyright (C) 2010, Stefan Ascher
$Id: HunSpellDialog.pas,v 1.3 2010/12/13 03:21:41 Stefan Ascher Exp $
| Name | Description |
|---|---|
Class THunSpellDialog |
procedure Register; |
TCorrectResult = (...); |
TCorrectEvent = procedure(Sender: TObject; AWord: string; var ASkip: boolean) of object; |
TFinishedEvent = procedure(Sender: TObject; const ACanceled: boolean) of object; |
procedure Register; |
TCorrectResult = (...); |
|
Result of Values
|
TFinishedEvent = procedure(Sender: TObject; const ACanceled: boolean) of object; |
|
Finished with checking the Memo. Parameters
|
25-11-2010
2010/12/13 03:21:41 UTC