User Event


9.4E, PLBCMP GUI Only

 

A user event occurs when a program executes an EventSend instruction with an event number that does not match any predefined object events.

Note the following:

  1. The event number may be any value other than a predefined object event value.

  2. The event must be registed to the desired event number using the EventRegister instruction.

  3. The event routine is activated by using the EventSend instruction and specifying the registered event number.

  4. The Sunbelt Designer provides access for a number of user events for each object on the events tab of the properties window.

 

 

See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions

 



PL/B Language Reference Updated Event Validate Event