TApxTerminalBuffer.OriginRow

TApxTerminalBuffer

property OriginRow : Integer 

Defines the row origin of the current scrolling region.

If the scrolling region is not in effect, OriginRow is 1, being the top row of the screen. If the scrolling region is activated, OriginRow is the row number of the first row of the scrolling region.

OriginRow is read-only. To set the scrolling region, call SetScrollRegion.

See also: OriginCol, SetScrollRegion, UseScrollRegion