Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / AbsoluteRow Property
In This Topic
AbsoluteRow Property
In This Topic
Gets or sets how Reflection calculates the cursor row position shown in the status bar display for VT emulations only.
Syntax
expression.AbsoluteRow As Boolean
where expression is a variable that represents a Screen Object
Remarks
When set to true, the cursor row position is calculated relative to the top of display memory (that is, the row value continues to increase as text scrolls off into display memory).
See Also