Skip to main content

TdxSpellCheckerSuggestionList.Add(string,TdxCustomSpellCheckerDictionary,Integer) Method

Adds a suggestion to the suggestions collection.

Declaration

procedure Add(const AWord: string; ADictionary: TdxCustomSpellCheckerDictionary; ADistance: Integer);

Parameters

Name Type
AWord string
ADictionary TdxCustomSpellCheckerDictionary
ADistance Integer

Remarks

AWord specifies the suggested word to be added to the suggestions collection.

ADictionary specifies the dictionary that contains the suggested word.

ADistance specifies the proximity between the misspelled and suggested words.

See Also