Group Screen
CLEAR SCREEN
Erases the screen, ends READ, and sets cursor to 0,0.
CLEAR [SCREEN] | CLS
Col()
Determines column position of the screen cursor in the active window.
Col() --> nColPos
ColorSelect()
Activate a color value from the current color settings.
ColorSelect( <nColorIndex> ) --> NIL
DispBegin()
Initiates the buffering of screen output.
DispBegin() --> NIL
DispCount()
Determines the number of pending DispEnd() calls.
DispCount() --> nDispendCount
DispEnd()
Displays buffered screen output.
DispEnd() --> NIL
DispOut()
Displays a value on the screen or in the active window.
DispOut( <Expression> [, <cColor> ] ) --> NIL
DispOutAt()
Displays a value on the screen without changing the cursor position.
DispOutAt( <nRow>, <nCol>, <Expression>, [<cColor>], [<oWindow>] ) --> NIL
MaxCol()
Determines the maximum (rightmost) visible screen column on the screen or in a window.
MaxCol() --> nMaxCol
MaxRow()
Determines the maximum (bottom) visible screen row on screen or in a window.
MaxRow() --> nMaxRow
Row()
Determines the screen row where the cursor is currently located.
Row() --> nRow
SET COLOR
Defines the default screen colors.
SET COLOR | COLOUR TO [ [ <standard>] [,<enhanced>] [,<border>] [,<background>] [,<unselected>] ] // or character expression in parentheses: SET COLOR | COLOUR TO ( <cColor> )
SET CURSOR
Turns screen cursor on or off.
SET CURSOR ON | off | <lToggle>
SetCursor()
Determines the shape of the cursor on the screen.
SetCursor( [<nCursorShape>] ) --> nCurrentShape
SetMode()
Defines the screen mode as a specific number of rows and columns.
SetMode( <nMaxRow>, <nMaxCol> ) --> lSuccess
VCrt()
Class
Class function of the VCrt class