EnumDictionaryWords Object (IEnumDictionaryWords Interface)
This object serves for iterating words included in a user-defined dictionary. The user-defined dictionary is represented by the Dictionary object. The EnumDictionaryWords object is received from the IDictionary::EnumWords method. All modifications to the parent Dictionary object after receiving its enumerator object do not affect the latter. That is, if a new word is added to the dictionary, it will not appear in the iteration.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Methods
Name | Description |
---|---|
Next | Retrieves the next word from the iteration sequence. |
Reset | Restarts the iteration. |
Output parameter
This object is the output parameter of the IDictionary::EnumWords method.
See also
7/3/2024 8:50:25 AM