EnumWords Method of the Dictionary Object

This method returns an object of the EnumDictionaryWords type that allows you to iterate through the words in the dictionary. This method makes a copy of the dictionary, and thus all the modifications that are performed upon the dictionary after getting the EnumDictionaryWords object do not affect the latter. That is, if a word is added to the dictionary after the EnumDictionaryWords object was received for it, this word will not be included in iteration.

Syntax

C++

HRESULT EnumWords( IEnumDictionaryWords** Result );
    

C#

IEnumDictionaryWords EnumWords();
    

Visual Basic .NET

Function EnumWords() As IEnumDictionaryWords
    

Parameters

Result
[out, retval] A pointer to IEnumDictionaryWords* pointer variable that receives the interface pointer to the returned EnumDictionaryWords object. Must not be NULL.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Dictionary

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.