Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / DataStreamTranslation Property
In This Topic
    DataStreamTranslation Property
    In This Topic
    Gets or sets whether Reflection translates characters from the host to the PC, and vice versa, using the current translation table.
    Syntax
    expression.DataStreamTranslation As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    You can specify the translation table using a Reflection translation table editor. For more information, see the Reflection Help. The default value is false.
    See Also