DeleteWord Method of the Dictionary Object
This method deletes a word from the dictionary.
Syntax
Visual Basic .NET
Sub DeleteWord(word As String)
C++
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 occurs.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK 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
15.08.2023 13:19:30