Home > lang > raise 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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