wodTelnetDLX ActiveX Control - SpecialKeysEnum Enumeration
    
 

Description

These keys cannot be handled by wodTelnetDLX (except ARROW keys), so they are forwarded to your application for special purpose. For example, you can implement that when F10 is pressed to send command specific for opening menus in the application that is currently running on the server. Since wodTelnetDLX does not know how to do it - you might...

When some of these keys are pressed, KeyPressSpecial event is fired, containing KeyNum value from above list. If key was pressed together with ALT, CTRL or SHIFT, combination of these are provided in KeyNum argument to the event.

 




Members
Constant Value Description
 specNone 0
 specTAB 1
 specEND 2
 specHOME 3
 specLEFT 4
 specUP 5
 specRIGHT 6
 specDOWN 7
 specPAGEUP 8
 specPAGEDOWN 9
 specINSERT 10
 specDELETE 11
 specLWIN 12
 specRWIN 13
 specAPPS 14
 specF1 15
 specF2 16
 specF3 17
 specF4 18
 specF5 19
 specF6 20
 specF7 21
 specF8 22
 specF9 23
 specF10 24
 specF11 25
 specF12 26
 specCTRL 4096
 specALT 8192
 specSHIFT 16384