Back to Devexpress

TdxCustomSpellChecker.FindDictionaryByWord(string) Method

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

latest1.3 KB
Original Source

TdxCustomSpellChecker.FindDictionaryByWord(string) Method

Searches for the first dictionary (that contains AWord) in the ActiveDictionaries collection.

Declaration

delphi
function FindDictionaryByWord(const AWord: string): TdxCustomSpellCheckerDictionary;

Parameters

NameType
AWordstring

Returns

Type
TdxCustomSpellCheckerDictionary

Remarks

If a match was found, the FindWord method returns the TdxCustomSpellCheckerDictionary instance. Otherwise, nil is returned.

See Also

TdxCustomSpellChecker.HasEnabledUserDictionary

TdxCustomSpellChecker.HasWordInDictionaries

TdxCustomSpellCheckerDictionary.HasWord

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit