dict.cc dictionary

DictIdxRdForm.rdIndex Method 

Reads dictionary index from the given file

[Visual Basic]
Public Shared Function rdIndex( _
   ByVal anIdxFileName As String _
) As DictIndex
[C#]
public static DictIndex rdIndex(
   string anIdxFileName
);

Parameters

anIdxFileName
the name of the index file

Return Value

the dictionary index created from the file

Remarks

Opens the form reading the index file and returns the index read.

See Also

DictIdxRdForm Class | dict Namespace