HTBasic Help
×
Menu
Index

OFF EVENT

Cancels event branches defined by ON EVENT.
 
 OFF EVENT
 
Usage:
OFF EVENT @Pushbutton_3,"ACTIVATED"
OFF EVENT @Slider, "DONE"
 
Description:
The OFF EVENT statement undefines and disables a widget event that was defined and enabled earlier by an ON EVENT statement. There are three important differences between the OFF EVENT and DISABLE EVENT statements:
 
 
See Also: