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