TdxCustomSpellChecker.Dictionaries Property
Provides indexed access to dictionaries stored in the DictionaryItems collection.
Declaration
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