Back to Devexpress

TdxCustomSpellChecker.HasWordInDictionaries(string) Method

vcl-dxspellchecker-dot-tdxcustomspellchecker-dot-haswordindictionaries-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

TdxCustomSpellChecker.HasWordInDictionaries(string) Method

Checks whether AWord is contained in active dictionaries.

Declaration

delphi
function HasWordInDictionaries(const AWord: string): Boolean;

Parameters

NameType
AWordstring

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

TdxCustomSpellChecker.ActiveDictionaries

TdxCustomSpellChecker.FindDictionaryByWord

TdxCustomSpellCheckerDictionary.Active

TdxCustomSpellCheckerDictionary.HasWord

TdxSpellCheckerDictionary.CheckCapitalization

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit