LoadFromFile(FileName: String; [Mode: UpdateLoadMode = 0]);
FileName. Full name of the update file.
Mode. Method for loading objects to the update.
The LoadFromFile method loads an update from a file with the *.pef extension.
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.
The method use is given in the example for the IMetabaseUpdate.SaveToFile method.
See also: