ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/FBEvents.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBEvents.pas (file contents):
Revision 220 by tony, Fri Mar 16 10:27:26 2018 UTC vs.
Revision 221 by tony, Mon Mar 19 09:48:37 2018 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines