RAISE

[ ReturnVariable = ] RAISE Event ( [ Parameter1 [ , Parameter2 ... ] )

This statement raises an event previously declared with the EVENT keyword.

You can specify a boolean variable that will receive TRUE if the event handler has called STOP EVENT.

See also