CMD-HELP (value 8)

This event occurs when help is requested for the control described in EVENT-CONTROL-HANDLE. The control's help ID is in EVENT-DATA-2 (this value is zero if the control does not have a help ID). Because this event is handled by the run-time system, it is not a terminating event in your program. However, you can detect this event in the control's event procedure. You can also handle this event in the event procedure itself and prevent the runtime system's automatic handling by setting the EVENT-ACTION-CONTINUE element of the EVENT-STATUS data item. For a detailed description of EVENT-ACTION-CONTINUE and other elements of the EVENT-STATUS data item. See Special-Names Paragraph in the Reference Manual for more information.