property UseAutoWrap : Boolean
Defines what happens when a character is written at the last column of a row.
UseAutoWrap only has an effect if the cursor is at the last column of a row. If UseAutoWrap is False, the character is written at the last column of the current row, and the cursor does not move. If UseAutoWrap is True, the character is written at the last column of the current row and then the cursor is moved to the first column of the next row, scrolling if necessary. (In fact, this last operation is coded as a call to MoveCursorRight with aWrap and aScroll both True.)
See also: MoveCursorRight