Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The READ event does not send any NOTEREAD events.

Example

 

Code Block
/* Using the Forward_Event function, pre- and post-read processing is possible: */
 
function read(ctrlentid, ctrlclassid)
declare subroutine Forward_Event
* pre-read processing
Forward_Event()
* post-read processing
return 0