TdxCustomSpellChecker.FindFirstEnabledUserDictionary Method
In This Article
Searches for the first enabled user-defined dictionary in the UserDictionaries collection.
#Declaration
Delphi
function FindFirstEnabledUserDictionary: TdxUserSpellCheckerDictionary;
#Returns
Type |
---|
Tdx |
#Remarks
If a match was found, the FindFirstEnabledUserDictionary method returns a reference to the TdxUserSpellCheckerDictionary instance. Otherwise, nil is returned.
See Also