TdxCustomSpellChecker.HasEnabledUserDictionary Method
In This Article
Checks whether the spell checker owns a custom dictionary.
#Declaration
Delphi
function HasEnabledUserDictionary: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
The HasUserDictionary method returns True if at least one custom dictionary is stored in the ActiveDictionaries collection.
See Also