IMetabaseUpdate.LoadFromFile

Syntax

LoadFromFile(FileName: String; [Mode: UpdateLoadMode = 0]);

Parameters

FileName. Full name of the update file.

Mode. Method for loading objects to the update.

Description

The LoadFromFile method loads an update from a file with the *.pef extension.

Comments

The Mode parameter is optional for Fore and is set to UpdateLoadmode.Replace by default.

The *.pef format is outdated, use the IMetabaseUpdate.LoadFromFileNF method to work with the new *.pefx format.

Example

The method use is given in the example for the IMetabaseUpdate.SaveToFile method.

See also:

IMetabaseUpdate