TdxSpellCheckerAutoCorrectExceptions.Find(string) Method
Performs a case-sensitive search for the specified word.
Declaration
function Find(const AException: string): Integer;
Parameters
Name | Type |
---|---|
AException | string |
Returns
Type |
---|
Integer |
Remarks
The Find method returns the specified word’s position in the collection if the match was successful; otherwise, -1 is returned.
See Also