LoadFromFile(FileName: String; [Mode: UpdateLoadMode = 0]);
FileName. Full name of the update file;
Mode. Method of loading objects into the update. Optional parameter.
The LoadFromFile method loads an update from a file with the *.pef extension.
The *.pef format is outdated, use the IMetabaseUpdate.LoadFromFileNF method to work with the new *.pefx format.
The method use is given in the example for the IMetabaseUpdate.SaveToFile method.
See also: