54 |
|
{$ELSE} |
55 |
|
unix, |
56 |
|
{$ENDIF} |
57 |
< |
Classes, Graphics, Controls, |
58 |
< |
Forms, Dialogs, IBHeader, IBExternals, IB, IBDatabase; |
57 |
> |
Classes, IBHeader, IBExternals, IB, IBDatabase; |
58 |
|
|
59 |
|
const |
60 |
|
MaxEvents = 15; |
105 |
|
implementation |
106 |
|
|
107 |
|
uses |
108 |
< |
IBIntf, syncobjs; |
108 |
> |
IBIntf, syncobjs, SysUtils; |
109 |
|
|
110 |
|
type |
111 |
|
|
253 |
|
if (Status[i] <> 0) and not CancelAlerts then |
254 |
|
FOwner.FOnEventAlert( self, FEvents[i], Status[i], CancelAlerts); |
255 |
|
except |
256 |
< |
Application.HandleException( nil); |
256 |
> |
FOwner.FBase.HandleException(Self) |
257 |
|
end; |
258 |
|
end; |
259 |
|
end; |