Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodTelnetDLX
- Methods
- Properties
- Authentication
- AutoSize
- BackColor
- BackLog
- BindIP
- BindPort
- Blocking
- BorderVisible
- Certificate
- CharEncoding
- Column
- Columns
- ColWidth
- Command
- ContextMenu
- CursorHeight
- DataOut
- DataReady
- Enabled
- ErrorText
- ExitSignal
- ExitStatus
- Font
- ForeColor
- HandleSysKeys
- Hostname
- hWnd
- KeepAlives
- Language
- LastError
- LocalCertBag
- Login
- MousePointer
- MouseWheel
- MyHostname
- MyIP
- Notification
- Password
- Picture
- Port
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RecordMode
- RemoteIdentification
- Row
- RowHeight
- Rows
- ScrollBars
- ScrollX
- ScrollY
- SecureMethod
- SelectedText
- ShowCursor
- Socket
- SpecialKeyFocus
- State
- StateText
- StripANSI
- StripColors
- TabStop
- TelnetOption
- TerminalEmulation
- TerminalType
- Text
- Timeout
- TranslateSpecial
- UseIPv6
- Version
- Events
- IwodTelnetNotify
- wodTelnetDLX
- How to get support?
- Technical information
- Fast notifications interface
- Error list
SpecialKeysEnum Enumeration
These keys cannot be handled by wodTelnetDLX (except ARROW keys), so they are forwarded to your application for special purpose.
Remarks
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.
Possible values for SpecialKeysEnum:
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 |