TApxTerminalBuffer.OriginCol

TApxTerminalBuffer

property OriginCol : Integer 

Defines the column origin of the current scrolling region.

If the scrolling region is not in effect, OriginCol is 1, being the left-most column of the screen. If the scrolling region is activated, OriginCol is the column number of the left-most column of the scrolling region.

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

See also: OriginRow, SetScrollRegion, UseScrollRegion