TdxCustomSpellChecker.UserDictionaries Property
In This Article
Provides indexed access to user-defined dictionaries.
#Declaration
Delphi
property UserDictionaries[Index: Integer]: TdxUserSpellCheckerDictionary read;
#Property Value
Type |
---|
Tdx |
#Remarks
If Index is out of the collection range, the UserDictionaries property returns nil. To obtain the total number of user-defined dictionaries, use the UserDictionaryCount property.
See Also