SaveToFile(FileName: String; Unicode: Boolean;)
FileName. The path and the name of the text file, to which errors are saved.
Unicode. Indicates whether saving is executed in the Unicode encoding.
The SaveToFile method saves the detailed information about updating errors to file.
If the Unicode parameter is set to True, 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: