Hello
it´s posible to add more that one event on IBCAlert?
thanks
events on IBCAlert
Re: events on IBCAlert
Yes, it is possible. For example, in the following way:
More details about the TIBCAlerter component can be found in our documentation: http://www.devart.com/ibdac/docs/index. ... lerter.htm
Code: Select all
IBCAlerter1.Events.Add('EVENT1');
IBCAlerter1.Events.Add('EVENT2');