Home / lang / raise 
RAISE
Syntax
[ Cancel = ] RAISE Event ( [ Parameter #1 [ , Parameter #2 ... ] )

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

Event Management