LoadVersion

This method loads the specified version from the file and creates the corresponding project tree.

The method triggers the OnLoadProject event so that possible project extensions can also load there settings from the project file.

The method sets the Modified property to FALSE.

Syntax

LoadVersion (Filename As String, Version As Long, IgnoreErrors As Boolean)
Parameter Description

Filename

Path to a compound file containing the project definition, stored using the Save method.

Version

Project version to load from the file.

IgnoreErrors

TRUE: The Load method proceeds even if a no recognition engine or preprocessing method is registered on this computer. A missing recognition engine is replaced by the current default recognition engine, while a missing preprocessing method is removed from the definition.

FALSE: The Load method fails if a recognition engine, preprocessing method or other component referenced by the project file is not registered on this computer.