Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / SupportDbcsFeatures Property
In This Topic
    SupportDbcsFeatures Property
    In This Topic
    Gets or sets a value indicating whether double-byte character support is enabled.
    Syntax
    expression.SupportDbcsFeatures As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default value is False.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    This property is applicable to double-byte 3270 sessions only.
    See Also