TdxCustomSpellChecker.UserDictionaryCount Property
In This Article
Returns the number of user-defined dictionaries.
#Declaration
Delphi
property UserDictionaryCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
To access user-defined dictionaries, use the UserDictionaries property.
See Also