wodTelnetDLX ActiveX Control - TranslateSpecial Property
      
 

Description

Translates special key to byte sequence.


Property type

A String value.  


Syntax

object.TranslateSpecial(Index)



The TranslateSpecial Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
Index As SpecialKeysEnum enumeration. Specifies special key whose byte representation will be retuned.


Remarks
This property is used to obtain array of characters that would be sent by wodTelnetDLX if that special key is pressed. This value depends on current TerminalEmulation property selection. You can use it if you intercept special keys, and need to replace them with different ones - which varies from session to session.