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 37).

Hierarchy

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 40).

Public Offset: Integer;

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

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

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 46).


Generated by PasDoc 0.17.0.snapshot.