TdxUserSpellCheckerDictionary.AddWord(string) Method
Adds a word to the dictionary.
Declaration
procedure AddWord(const AWord: string);
Parameters
| Name | Type |
|---|---|
| AWord | string |
Remarks
AWord specifies the word to be added to the custom dictionary.
See Also