Triggering callbacks (EXAMPLE)
The following example of the CAA_Callback.Library simulates an event, which effects that the system will trigger the callbacks registered on this event:
CB.PostEvent
( eEvent := CB.EXCPT_OVERFLOW,
eSource := CB.IECPROGRAM,
dwParam := 0
);