Procedural event handler for OnHelpButtonClick 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.
AOptions [in] Current EurekaLog options.
ADialog [in] Dialog class.
ACallNextHandler [out] True (default) - call next registered event handler, False - do not call next event handler.
RemarksThis event is invoked when end-user has clicked on "Help" button in error dialog.
Help button is displayed automatically for known exceptions (i.e. exceptions that are not errors; they do not generate bug reports).
See also
|