IMetabaseUpdate.LoadFromFile

Syntax

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

Parameters

FileName. Full name of the update file;

Mode. Method of loading objects into the update. Optional parameter.

Description

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

Comments

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