SaveToFile(FileName: String; Unicode: Boolean;)
SaveToFile(FileName: String; Unicode: Boolean;)
FileName. The path and the name of the text file to which the errors are saved.
Unicode. The attribute of saving to the Unicode.
The SaveToFile method saves the detailed information about updating errors to file.
If the Unicode parameter is set to True value, the file will be saved in UTF-16 encoding, otherwise in ANSI.
The example of use is given in description of the IMetabaseUsersUpdate.Callback property.
See also: