wodTelnetDLX ActiveX Control - CharEncoding Property
      
 

Description

Determines which character encoding is used.


Property type

An CharEncodingsEnum enumeration.  


Syntax

object.CharEncoding [= value]



The CharEncoding Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
value A CharEncodingsEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 EncodingDefault 0 Use default character encoding.
 EncodingUTF7 65000 Use UTF7 character encoding.
 EncodingUTF8 65001 Use UTF8 character encoding.

Remarks

This method is only available in OCX (GUI) version of the component.

 

CharEncoding property allows you to select character table to use for displaying contents of wodTelnetDLX window.