The system variable ConsoleLib.cursorWrap indicates whether the cursor wraps around to the first field on the form after the user attempts to navigate beyond the last field. The navigation is attempted when the user presses Tab or Enter or (when autonext is set) when the user fills the field.
Valid values are yes (in which case the cursor wraps) and no (in which case the user's action causes acceptance of the form).
Type: Boolean
Related reference
EGL library ConsoleLib