TdxSpellCheckerAutoCorrectExceptions.Delete(string) Method
Deletes the specified word in the collection.
Declaration
procedure Delete(const AException: string); overload;
Parameters
Name | Type |
---|---|
AException | string |
Remarks
The first overload deletes the word specified by its index in the collection.
The second overload deletes the word that matches AException.
See Also