Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpellChecker.EnabledDictionaries Property

Provides indexed access to enabled dictionaries.

#Declaration

Delphi
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