Chinese Simplified (简体中文)

DeleteWord Method of the Dictionary Object

This method deletes a word from the dictionary.

Syntax

C++

HRESULT DeleteWord( BSTR Word );
    

C#

void DeleteWord( string Word );
    

Visual Basic .NET

Sub DeleteWord(Word As String)
    

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

Dictionary

DeleteWords

DeleteAllWords

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.