bas7qck.hlp (Table of Contents; Topic list)
OFF Keyword - Different Uses
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
OFF Keyword - Different Uses
 
    ■ OFF is used in various statements to disable trapping of events:
 
        Disables
        a trap          Type of event
        ═════════════   ═════════════════════════════════
        COM(n%) OFF     Events on communications port n%.
        KEY(n%) OFF     A keypress event on key n%.
        PEN OFF         Lightpen events.
        PLAY OFF        Background music queue events.
        SIGNAL OFF      OS/2 signal events.
        STRIG(n%) OFF   Events on joystick trigger n%.
        TIMER OFF       Timer events.
        UEVENT OFF      User-defined events.
 
    ■ KEY OFF is used to turn off the display of soft-key assignments on
      the bottom line of the screen.