Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / IsJISRoman Property
In This Topic
    IsJISRoman Property
    In This Topic
    This property returns or specifies how character 92 is displayed by default when HostCharacterSet is set to DECKanji1983 or DECKanji1978.
    Syntax
    expression.IsJISRoman As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is set to true, character 92 is displayed as a Yen character and the character set in G0 is JIS-Roman.

    When this parameter is set to false, character 92 is displayed as a backslash character (\) and the character set in G0 is ASCII.

    See Also