Back to Devexpress

TdxSpellCheckerSuggestion Class

vcl-dxspellchecker-27859cc0.md

latest744 B
Original Source

TdxSpellCheckerSuggestion Class

A suggested replacement for a misspelled word.

Declaration

delphi
TdxSpellCheckerSuggestion = class(
    TObject
)

Remarks

The TdxSpellCheckerSuggestion provides the suggested replacement (see the Word property), as well as the distance between the misspelled and suggested words (see the Distance property).

Inheritance

TObject TdxSpellCheckerSuggestion

See Also

TdxSpellCheckerSuggestion Members

dxSpellChecker Unit