Group New Functions
Com_ReadMode()
Controls the Read Timeout processing characteristics of the device driver.
Com_ReadMode( <nComPortNum>, <nMode>, [<nTimeout>] ; // Default: 100 ) --> lSuccess
Com_SendMode()
Controls Write Timeout characteristics of the physical device driver.
Com_SendMode( <nComPortNum>, <nMode>, [<nTimeout>] ; // Default: 100 ) -->
GetWBoard()
Retrieves the current WBoard() setting in an array.
GetWBoard() --> aWBoard
SpoolControl()
Controls a spooler.
SpoolControl( <nAction>, [<nLPTport>] ) --> lSuccess
WColor()
Sets or retrieves the color setting for the current window.
WColor( [<cNewColor>] ) --> cOldColor
WGetClearB()
Retrieves the default character attribute for clearing windows.
WGetClearB() --> nClearCharacter
WInit()
Initializes the text mode window system
WInit() --> NIL
WMouseSelect()
Sets or retrieves whether a window can be selected with a left mouse click.
WMouseSelect( [<lNewSetting>] ) --> lOldSetting
WRestScreen()
Restscreen() for a specified window.
WRestScreen( [<nWindowID>], ; // Default: WSelect() <nTop>, <nLeft>, <nBottom>, <nRight>, <cScreen> ) --> NIL
WSaveScreen()
SaveScreen() for a specified window.
WSaveScreen( [<nWindowID>], ; // Default: WSelect() <nTopRow>, <nLeftCol>, <nBottomRow>, <nRightCol> ) --> cScreen
WSay()
Displays a string at specified row/column coordinates in a window.
WSay( [<nWindowID>], ; // Default: WSelect() <nRow>, <nCol>, <cString>, [<cColor>] ; // Default: WColor() ) --> NIL
WSetClearB()
Sets a new clear attribute for windows.
WSetClearB( <nNewClearAttr|cNewClearAttr> ; // Type: NC Default: 32 ) --> nOldClearAttribute
WSetColor()
Sets or retrieves the color setting for the active window.
WSetColor( [<cNewColor>] ; // Default: WColor() ) --> cOldColor
WSetCursor()
Sets or retrieves the cursor shape of the active window.
WSetCursor( [<nNewCursorShape>] ) --> nOldCursorShape
WSetTitle()
Displays a title in the box surrounding a window.
WSetTitle( [<nPos>], ; // Default: 1 <nCol>, <cTitle>, [<cColor>] ; // Default: WColor() ) --> NIL