Skip to main content

TdxCustomSpellChecker.ActiveDictionaries Property

Provides indexed access to active dictionaries.

Declaration

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