DeleteAllWords Method of the Dictionary Object
This method deletes all words from the dictionary.
Syntax
Visual Basic .NET
Sub DeleteAllWords()
C++
HRESULT DeleteAllWords();
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 a single word from the dictionary, use the IDictionary::DeleteWords or IDictionary::DeleteWord method, respectively.
See also
15.08.2023 13:19:30