Class TSpellingError

Unit

Declaration

type TSpellingError = class(TObject)

Description

Single misspelling found by TAspellProcess.CheckString. One instance is created per misspelled word.

Source: source/component/PasDoc_Aspell.pas (line 38).

Hierarchy

Show Additional Members:

Overview

Fields

Public Word: string;
Public Offset: Integer;
Public Suggestions: string;

Description

Fields

Public Word: string;

The misspelled word exactly as it appeared in the checked text.

Source: source/component/PasDoc_Aspell.pas (line 41).

Public Offset: Integer;

Offset of the misspelled word within the string that was passed to TAspellProcess.CheckString.

Source: source/component/PasDoc_Aspell.pas (line 44).

Public Suggestions: string;

Comma-separated list of replacement suggestions from Aspell, or empty string if Aspell offered none (the '#' response).

Source: source/component/PasDoc_Aspell.pas (line 47).


Generated by PasDoc 1.0.2.