Versions Compared

Key

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

...

True or false. If false, then program execution returns to the calling procedure. If true, then event processing goes to the next level.

See also

WRITE eventDSOEXECUTE event, NOTEREAD event

Remarks

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