IGNORES THE EVENT "KEY_UP" WHEN THE USER RELEASES ANY KEY WHILE THE SYSTEM OBJECT NUMBER N HAS FOCUS
ACTION
The command OFF_KEY_UP N ignores the event "key_up" on the system object designated by the number N: the event subprogram is not executed when a change happens in the system object.
Remark 1: the system object must be one of the following types: BUTTON, EDIT, MEMO, COMBO, FORM, LIST, CHECK, OPTION, SPIN, GRID, MEMO_RICH, BUTTON_PICTURE, SCENE2D, GRID_DRAW, SYNEDIT.
Remark 2: the event subprogram is defined by the command ON_KEY_UP N,L which assigns the label L as the starting point of the event subprogram.
SYNTAX:
OFF_KEY_UP N
USE ERROR EXAMPLE
off_key_up 1
OFF_KEY_UP
OFF_KEY_UP N
SEE ALSO
ON_KEY_UP