TdxCustomSpellCheckerDictionary.HasWord(string) Method
In This Article
Checks whether AWord is contained in the dictionary.
#Declaration
#Parameters
Name | Type |
---|---|
AWord | string |
#Returns
Type |
---|
Boolean |
#Remarks
The HasWord method returns True if AWord is found in the dictionary.
See Also