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