TdxCustomSpellChecker.FindDictionaryByWord(string) Method
In This Article
Searches for the first dictionary (that contains AWord) in the ActiveDictionaries collection.
#Declaration
Delphi
function FindDictionaryByWord(const AWord: string): TdxCustomSpellCheckerDictionary;
#Parameters
Name | Type |
---|---|
AWord | string |
#Returns
Type |
---|
Tdx |
#Remarks
If a match was found, the FindWord method returns the TdxCustomSpellCheckerDictionary instance. Otherwise, nil is returned.
See Also