TdxSpellCheckerAutoCorrectExceptions.Exceptions Property
Provides zero-based indexed access to words in the collection.
Declaration
property Exceptions[Index: Integer]: string read; default;
Property Value
Type |
---|
string |
Remarks
If Index is out of the collection range, a runtime exception is thrown. To obtain the total number of items in the collection, use the Count property.
See Also