TdxCustomSpellChecker.HasWordInDictionaries(string) Method
Checks whether AWord is contained in active dictionaries.
Declaration
function HasWordInDictionaries(const AWord: string): Boolean;
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