Skip to main content

TdxCustomSpellChecker.UserDictionaries Property

Provides indexed access to user-defined dictionaries.

Declaration

property UserDictionaries[Index: Integer]: TdxUserSpellCheckerDictionary read;

Property Value

Type
TdxUserSpellCheckerDictionary

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