Class TCheckSpellingDialog

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCheckSpellingDialog = class(TForm)

Description

The dialog used for spell checking

Modify it to fit your needs, but keep the ModalResult values.

Hierarchy

Overview

Fields

Public Label1: TLabel;
Public txtNotFound: TEdit;
Public Label2: TLabel;
Public txtChangeTo: TEdit;
Public Label3: TLabel;
Public lstSuggestions: TListBox;
Public btnChange: TButton;
Public btnIgnore: TButton;
Public btnAdd: TButton;
Public btnClose: TButton;
Public btnNoChange: TButton;

Methods

Public procedure lstSuggestionsClick(Sender: TObject);
Public procedure FormShow(Sender: TObject);
Public procedure FormCreate(Sender: TObject);
Protected procedure CreateParams(var Params: TCreateParams); override;

Properties

Public property ChangeTo: string read GetChangeTo;
Public property Suggestions: TStrings read GetSuggestions;
Public property Word: string read GetWord write SetWord;

Description

Fields

Public Label1: TLabel;
 
Public txtNotFound: TEdit;
 
Public Label2: TLabel;
 
Public txtChangeTo: TEdit;
 
Public Label3: TLabel;
 
Public lstSuggestions: TListBox;
 
Public btnChange: TButton;
 
Public btnIgnore: TButton;
 
Public btnAdd: TButton;
 
Public btnClose: TButton;
 
Public btnNoChange: TButton;
 

Methods

Public procedure lstSuggestionsClick(Sender: TObject);
 
Public procedure FormShow(Sender: TObject);
 
Public procedure FormCreate(Sender: TObject);
 
Protected procedure CreateParams(var Params: TCreateParams); override;
 

Properties

Public property ChangeTo: string read GetChangeTo;

New word

Public property Suggestions: TStrings read GetSuggestions;

List with suggestions

Public property Word: string read GetWord write SetWord;

The unknown word


Generated by PasDoc 0.12.0 on 2011-01-24 07:59:29