DeleteWord Method of the Dictionary Object
This method deletes a word from the dictionary.
Syntax
HRESULT DeleteWord( BSTR Word );
Parameters
- Word
- [in] This parameter contains the word that is to be deleted. If the deleted word is not present in the dictionary, no error is returned.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
To delete a group of words or all words from the dictionary, use the IDictionary::DeleteWords or IDictionary::DeleteAllWords method, respectively.
See also
03.07.2024 8:50:25