Class TCheckSpellingDialog
Unit
dlgCheckSpelling
Declaration
type TCheckSpellingDialog = class(TForm)
Description
The dialog used for spell checking
Modify it to fit your needs, but keep the ModalResult values.
Hierarchy
- TForm
- TCheckSpellingDialog
Overview
Fields
Methods
Properties
 |
property ChangeTo: string read GetChangeTo; |
 |
property Suggestions: TStrings read GetSuggestions; |
 |
property Word: string read GetWord write SetWord; |
Description
Fields
 |
Label1: TLabel; |
|
|
 |
txtNotFound: TEdit; |
|
|
 |
Label2: TLabel; |
|
|
 |
txtChangeTo: TEdit; |
|
|
 |
Label3: TLabel; |
|
|
 |
lstSuggestions: TListBox; |
|
|
 |
btnChange: TButton; |
|
|
 |
btnIgnore: TButton; |
|
|
 |
btnAdd: TButton; |
|
|
 |
btnClose: TButton; |
|
|
 |
btnNoChange: TButton; |
|
|
Methods
 |
procedure lstSuggestionsClick(Sender: TObject); |
|
|
 |
procedure FormShow(Sender: TObject); |
|
|
 |
procedure FormCreate(Sender: TObject); |
|
|
 |
procedure CreateParams(var Params: TCreateParams); override; |
|
|
Properties
 |
property ChangeTo: string read GetChangeTo; |
|
New word
|
 |
property Suggestions: TStrings read GetSuggestions; |
|
List with suggestions
|
 |
property Word: string read GetWord write SetWord; |
|
The unknown word
|
Generated by PasDoc 0.12.0 on 2011-01-24 07:59:29