wodTelnetDLX ActiveX Control - SendSpecial Method
      
 

Description

Sends special key to the server, depending on emulation.


Return Type

None  


Syntax

object.SendSpecial KeyNum



The SendSpecial Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
KeyNum Required. A SpecialKeysEnum enumeration, as described in settings. Code of special character to send.

Settings

The settings for KeyNum are:

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

Remarks

SendSpecial method sends nonprintable character to the server, translated using current TerminalEmulation settings. Typically, you will use this method to send function keys (such as F1, F2...) to the server.