UEVENT

From QB64 Wiki
Jump to navigation Jump to search

The UEVENT Statement uses ON, OFF or STOP to enable, turn off or suspend user event trapping.


Syntax

UEVENT {ON|STOP|OFF}


  • UEVENT OFF disables the event-trapping routine. All events are ignored and are not remembered.
  • UEVENT STOP suspends the event-trapping routine. An event is remembered, and the event-trapping routine will be performed as soon as a UEVENT ON statement re-enables the trapping.


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page