bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
UEVENT Statements
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
UEVENT ON
UEVENT OFF
UEVENT STOP
 
    ■ UEVENT ON      Enables trapping of a user-defined event by an
                     ON UEVENT statement.
    ■ UEVENT OFF     Disables the event trap. Even if an event takes
                     place, it is not remembered.
    ■ UEVENT STOP    Suspends the event trap. Any events that occur are
                     remembered and are trapped as soon as a UEVENT ON
                     statement is executed.
 
See Also    ON UEVENT    EVENT    SetUEvent