Home > lang > raise 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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

Events declaration, Event Management