dkeene Posted March 31, 2020 Posted March 31, 2020 Hello is there an equivalent to Application.OnException that would allow the application to process errors before they are processed? Such as Application.OnException:=MyErrorProcedure... Thanks Doug Quote
Tokay Posted March 31, 2020 Posted March 31, 2020 You could use TApplicationEvents component and OnException event. Quote
Hayri ASLAN Posted April 1, 2020 Posted April 1, 2020 Please use servermodule.onexception. We also have a demo about it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.