TdxCustomSpellChecker.Dictionaries Property
In This Article
Provides indexed access to dictionaries stored in the DictionaryItems collection.
#Declaration
Delphi
property Dictionaries[Index: Integer]: TdxCustomSpellCheckerDictionary read;
#Property Value
Type |
---|
Tdx |
#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