Back to product page

TranslateSpecial property


Translates special key to byte squence.

Type

String

Syntax

  • Basic
object.TranslateSpecial (Key)
The TranslateSpecial(object,Key) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX
KeyA SpecialKeysEnum enumeration. Specifies special key whose byte representation will be returned.

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.

Platforms

Windows