AddFromFile Method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPSpell

Declaration

bool AddFromFile(string filename)

Description

This method loads a dictionary "DCT file" from the give location. The function returns TRUE if the file was loaded alright. You can use the token {dll} to specify the file path relatively to the location of the TextDynamic word processing engine DLL.

Example VB6:

'Load Dictionary

WPDLLInt1.SpellCtrl.AddFromFile App.Path & "\english.dct"


[idh_iwpspell_addfromfile.htm]    Copyright © 2007 by WPCubed GmbH