Class THunSpellDialog

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type THunSpellDialog = class(TComponent)

Description

Component for check spelling a TMemo with a dialog.

Hierarchy

Overview

Methods

Protected procedure DoOnCorrect(AWord: string; var ASkip: boolean); dynamic;
Public function Execute: boolean;

Properties

Published property HunSpell: THunSpell read fHunSpell write fHunSpell;
Published property Memo: TCustomMemo read fMemo write fMemo;
Published property OnCheckFinished: TFinishedEvent read fOnCheckFinished write fOnCheckFinished;
Published property OnCheckStart: TNotifyEvent read fOnCheckStart write fOnCheckStart;
Published property OnCorrect: TCorrectEvent read fOnCorrect write fOnCorrect;

Description

Methods

Protected procedure DoOnCorrect(AWord: string; var ASkip: boolean); dynamic;

Protected declarations

Public function Execute: boolean;

Check spelling.

Returns

True when spell checking was not canceled.

Properties

Published property HunSpell: THunSpell read fHunSpell write fHunSpell;

THunSpell object to use for spell checking.

Published property Memo: TCustomMemo read fMemo write fMemo;

Memo to check for spelling errors.

Published property OnCheckFinished: TFinishedEvent read fOnCheckFinished write fOnCheckFinished;

Finished with checking

Published property OnCheckStart: TNotifyEvent read fOnCheckStart write fOnCheckStart;

Start checking

Published property OnCorrect: TCorrectEvent read fOnCorrect write fOnCorrect;

Correct a word.


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