Subject | RE: [IBO] Where is the diference |
---|---|
Author | Ondrej Kelle |
Post date | 2001-01-04T05:53:17Z |
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
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