Programming with Reflection
WindowRows property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the number of lines displayed on screen.
The default value is 24.
The range of values is 24-172.
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, but 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, and you will need to scroll to the view the entire display page.
If you change the number of rows using the Screen tab in Reflection's Display Setup dialog box, Reflection automatically sets both DisplayRows and WindowRows to the new value.