TdxCustomSpellChecker.EnabledDictionaries Property
Provides indexed access to enabled dictionaries.
Declaration
property EnabledDictionaries[Index: Integer]: TdxCustomSpellCheckerDictionary read;
Property Value
Type |
---|
TdxCustomSpellCheckerDictionary |
Remarks
A dictionary is considered as enabled, if the dictionary’s Enabled property is True.
When the enabled dictionary is loaded (see the dictionary’s Loaded property), it becomes active (see the dictionary’s Active property), which means that it can be used for spell checking.
If Index is out of the collection range, the EnabledDictionaries property returns nil. To obtain the total number of currently enabled dictionaries, use the EnabledDictionaryCount property.
See Also