Unit HunSpellDialog

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

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 $

Overview

Classes, Interfaces, Objects and Records

Name Description
Class THunSpellDialog  

Functions and Procedures

procedure Register;

Types

TCorrectResult = (...);
TCorrectEvent = procedure(Sender: TObject; AWord: string; var ASkip: boolean) of object;
TFinishedEvent = procedure(Sender: TObject; const ACanceled: boolean) of object;

Description

Functions and Procedures

procedure Register;
 

Types

TCorrectResult = (...);

Result of CorrectWord

Values
  • crChange: Change the word
  • crNoChange: Don't change the word
  • crCancel: Stop checking
TCorrectEvent = procedure(Sender: TObject; AWord: string; var ASkip: boolean) of object;

Fired before correcting a word.

Parameters
Sender
The sending object.
AWord
The word to correct.
ASkip
If True it skips this word.
TFinishedEvent = procedure(Sender: TObject; const ACanceled: boolean) of object;

Finished with checking the Memo.

Parameters
Sender
The sending object.
ACanceled
Is True when checking was canceled.

Author

Created

25-11-2010

Last Modified

2010/12/13 03:21:41 UTC


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