Create(string,TdxCustomSpellCheckerDictionary,Integer) Constructor
Initializes a new instance of the TdxSpellCheckerSuggestion class with specified settings.
Declaration
constructor Create(const AWord: string; ADictionary: TdxCustomSpellCheckerDictionary; ADistance: Integer);
Parameters
| Name | Type |
|---|---|
| AWord | string |
| ADictionary | TdxCustomSpellCheckerDictionary |
| ADistance | Integer |
See Also