![Worth Data 7802 Скачать руководство пользователя страница 90](http://html.mh-extra.com/html/worth-data/7802/7802_owners-manual_998128090.webp)
error is generated and the server shuts itself down.
While WD7802Term/ActiveX will intercept and prevent most logic errors, they are still
possible so you should implement this event handler!
OnTermIllegalCommand
Data passed:
terminal
Event:
An illegal command has been sent to a terminal.
WD7802Term /ActiveX is designed to prevent illegal commands but software is not
always perfect and we may not have imagined all the ways in which our customers will
want to use it!
OnTermUpArrow
Data passed:
terminal
Event:
The up-arrow button has been pressed on a terminal. You must issue another Input
method call before WD7802Term can respond to another keypress on the terminal. If
you have already entered some data on the terminal and press an arrow key, this event
will not fire.
OnTermDownArrow
Data passed:
terminal
Event:
The down-arrow button has been pressed on a terminal. You must issue another Input
method call before WD7802Term can respond to another keypress on the terminal. If
you have already entered some data on the terminal and press an arrow key, this event
will not fire.
OnTermLeftArrow
Data passed:
terminal
Event:
The left-arrow button has been pressed on a terminal. You must issue another Input
method call before WD7802Term can respond to another keypress on the terminal. If
you have already entered some data on the terminal and press an arrow key, this event
will not fire.
OnTermRightArrow
Data passed:
terminal
Event:
The right-arrow button has been pressed on a terminal. You must issue another Input
method call before WD7802Term can respond to another keypress on the terminal. If
you have already entered some data on the terminal and press an arrow key, this event
will not fire.
OnTermBeginKey
Data passed:
terminal
Event:
The BEGIN button has been pressed on a terminal. You must issue another Input
method call before WD7802Term can respond to another keypress on the terminal. If
you have already entered some data on the terminal and press the Begin key, this event
will not fire.
90