Programming with Reflection

image\rwnprg32.gif DisplayRows property

 

Syntax

object.DisplayRows
object.DisplayRows = Value

Works with

image\r124.gif

Data type

Integer

 

Description

Returns (first syntax line) or specifies (second syntax line) the number of lines in each page of display memory. The host can position the cursor and write characters on any row in the specified range.

Values

The default value is 24.

The range of values is 24-172.

Notes

In Reflection for HP, the value of DisplayRows determines the number of lines visible on screen.

In Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics, the WindowRows property determines the number of lines visible on screen. Changing the value of DisplayRows automatically sets WindowRows to the same value, but changing the value of WindowRows 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.

Changing row dimensions in the Screen tab of the Display Setup dialog box automatically sets both DisplayRows and WindowRows to the new value.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property