Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CompensateFrameSpaces Property
In This Topic
    CompensateFrameSpaces Property
    In This Topic
    Gets or sets how Reflection handles spaces when aligning data on screen.
    Syntax
    expression.CompensateFrameSpaces As Integer
    where expression is a variable that represents a Screen Object
    Remarks
    This property is relevant for Thai character set support only. Change the value of this property only if you use the Thai version of Windows.

    If Reflection uses a proportional font, this property specifies the number of spaces after which text characters are realigned to display on monospaced boundaries. For example, if the terminal window displays two columns of data with at least three spaces between columns on any particular line, setting this property to three ensures that the second column of data is left-aligned.

    See Also