Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / UseKatakanaCharacterSet Property
In This Topic
    UseKatakanaCharacterSet Property
    In This Topic
    Gets or sets whether the Katakana or Kanji character set is used by default when HostCharacterSet is set to DECKanji1983 or DECKanji1978.
    Syntax
    expression.UseKatakanaCharacterSet As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is set to true, Reflection uses the Katakana character set.

    When it is set to false, Reflection uses the Kanji character set.

    See Also