Page 1 of 1

events on IBCAlert

Posted: Thu 10 Apr 2014 08:52
by felixinasa
Hello

it´s posible to add more that one event on IBCAlert?

thanks

Re: events on IBCAlert

Posted: Fri 11 Apr 2014 09:27
by PavloP
Yes, it is possible. For example, in the following way:

Code: Select all

  IBCAlerter1.Events.Add('EVENT1');
  IBCAlerter1.Events.Add('EVENT2');
More details about the TIBCAlerter component can be found in our documentation: http://www.devart.com/ibdac/docs/index. ... lerter.htm