Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / WindowRows Property
In This Topic
    WindowRows Property
    In This Topic
    Gets or sets the number of lines displayed on screen.
    Syntax
    expression.WindowRows As Integer
    where expression is a variable that represents a Terminal Object
    Exceptions
    ExceptionDescription
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The DisplaysRows property controls the number of lines in each page of display memory (the area the host uses to display text and position the cursor). Changing the DisplayRows value automatically sets WindowRows to the same value; however, changing the WindowRows value has no effect on DisplayRows. If WindowRows is larger than DisplayRows, the unused part of the terminal window will be blank. If WindowRows is smaller than DisplayRows, only a portion of each display page will be visible on screen; you must scroll to view the entire display page.

    If you change the number of rows using the Screen tab in the Reflection Display Setup dialog box, Reflection automatically sets both DisplayRows and WindowRows to the new value.

    The default value is 24. The range of values is 24 - 172.
    See Also