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.ActiveDictionaries Property

Provides indexed access to active dictionaries.

#Declaration

Delphi
property ActiveDictionaries[Index: Integer]: TdxCustomSpellCheckerDictionary read;

#Property Value

Type
TdxCustomSpellCheckerDictionary

#Remarks

Active dictionaries are those that are used during spell checking operations.

Dictionaries, that have been specified as enabled (see the TdxCustomSpellCheckerDictionary.Enabled property) and loaded by the spell checker (see the TdxCustomSpellCheckerDictionary.Loaded property), are considered as active dictionaries (see the TdxCustomSpellCheckerDictionary.Active property).

If Index is out of the collection range, the ActiveDictionaries property returns nil. The total number of currently active dictionaries can be obtained via the ActiveDictionaryCount property.

See Also