ColorSelect()
Activate a color value from the current color settings.
ColorSelect( <nColorIndex> ) --> 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
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> )
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