# | Line 247 | Line 247 | end; | |
---|---|---|
247 | procedure TFBEvents.SetEvents(EventNames: TStrings); | |
248 | begin | |
249 | if (EventNames.Count > 0) and not IsMultiThread then | |
250 | < | IBError(ibxMultiThreadRequired,['Firebird Events Handling']); |
250 | > | IBError(ibxeMultiThreadRequired,['Firebird Events Handling']); |
251 | if EventNames.Text <> FEvents.Text then | |
252 | begin | |
253 | Cancel; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |