Programming with Reflection
AbsoluteRow property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection calculates the cursor row position shown in the status bar display. This property is only relevant if you are emulating a VT Terminal. When set to True, the cursor row position is calculated relative to the top of display memory, which means that the row value continues to increase as text scrolls off into display memory. When set to False, the cursor row position is calculated relative to the current screen display, which means it will never show a value greater than the current value of DisplayRows.
The default value is True.