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

Provides indexed access to dictionaries stored in the DictionaryItems collection.

#Declaration

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

#Property Value

Type
TdxCustomSpellCheckerDictionary

#Remarks

The Dictionaries property provides access to all dictionaries stored in the collection.

Index specifies the dictionary’s position in the collection. If Index is out of the collection range, the Dictionaries property returns nil. The total number of available dictionaries can be obtained via the DictionaryCount property.

See Also