Procedural event handler for OnAttachedFilesRequest event.
Unit
Syntax
ParametersACustom [in, optional] Custom user data parameter. It's the same pointer as it was passed to RegisterEvent-function.
AExceptionInfo [in] Information about exception.
ATempFolder [in] Temp folder name with trailing path delimiter. You can use it to store any temp files. All files in this folder will be deleted automatically.
AAttachedFiles [out] List of attached file names. Use full absolute paths.
ACallNextHandler [out] True (default) - call next registered event handler, False - do not call next event handler.
RemarksYou can use this event to send arbitrary files with bug report. Files will be send as separate files.
To include files into bug report file - use OnZippedFilesRequest event.
See also
|