Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / TVIAttributeSpaceEnabled Property
In This Topic
    TVIAttributeSpaceEnabled Property
    In This Topic
    Gets or sets whether a visual attribute occupies a character space in display memory when Reflection emulates a TVI terminal (TerminalType = TVI955).
    Syntax
    expression.TVIAttributeSpaceEnabled As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is false, a visual attribute does not occupy a character space in display memory. When it is true, a visual attribute occupies a character space in display memory.
    See Also