IDictParserHandler.addIndex Method
Adds the given index
[Visual Basic]
Function addIndex( _
ByVal
index As
String, _
ByVal
from As
Long, _
ByVal
to As
Long _
) As
Boolean
Parameters
-
index
- the index, eg. English word
-
from
- the position at which the indexed entry starts in the dictionary file
-
to
- the position at which the entry ends in the dictionary file
Return Value
True, if the process should continue or false if it was interrupted by the user.
See Also
IDictParserHandler Interface | dict Namespace