Subject RE: [IBO] Where is the diference
Author Ondrej Kelle
Are you using TApplicationEvents? Then you need to use
TApplicationEvents.OnException.
If you've been using it and removed it afterwards then also make sure to
remove AppEvnts from uses clause of your units. AppEvents hooks into
Application events in the initialization so deleting the TApplicationEvents
component from a form/data module is not enough.

Hope this helps,
TOndrej