TdxCustomSpellChecker.HasWordInDictionaries(string) Method
In This Article
Checks whether AWord is contained in active dictionaries.
#Declaration
#Parameters
Name | Type |
---|---|
AWord | string |
#Returns
Type |
---|
Boolean |
#Remarks
The HasWordInDictionaries method returns True if AWord is found in one of the active dictionaries (see the ActiveDictionaries property).
See Also