Group Extended Text Mode
Cga40()
Switches the screen to 40 character CGA mode (color or monochrome).
Cga40( [<lMonochromeMode>] ; // Default: .F. ) --> lSuccess
Cga80()
Switches the screen to 80 character CGA mode (color or monochrome)
Cga80( [<lMonochromeMode>] ; // Default: .F. ) --> lSuccess
DSetKBios()
Function DSetKBios() is not supported.
DSetNoline()
Function DSetNoline() is not supported.
DSetQFile()
Function DSetQFile() is not supported.
DSetType()
Retrieves the size of the Xbase++ event queue (SET TYPEAHEAD).
DSetType() --> nEventQueueSize
DSetWindow()
Function DSetWindow() is not supported.
Ega43()
Switches the screen to 43 line EGA mode.
Ega43() --> lSuccess
FirstCol()
Function FirstCol() is not supported.
FirstRow()
Function FirstRow() is not supported.
GetBoxGrow()
Retrieves the delay interval used for opening boxes.
GetBoxGrow() --> nDelay
GetCursor()
Retrieves the shape of the cursor.
GetCursor() --> nCursorShape
GetKxlat()
Retrieves a current key translation.
GetKxlat( <cKeyValue> ) --> nKeyValue
GetKxtab()
Retrieves the entire keyboard translation table.
GetKxtab() --> cKeyTable
GetLines()
Retrieves the number of lines after which the LIST command will wait.
GetLines() --> nLinesToWait
GetMode()
Retrieves the current screen mode as a function name.
GetMode() --> cScreenFunction
GetPage()
Retrieves the number of the current screen page.
GetPage( [<lHiddenPage>] ; // Default: .F. ) --> nPageNumber
GetPbios()
Function GetPbios() is not supported.
GetPxlat()
Retrieves the entire printer translation table.
GetPxlat() --> cPrinterTranslationTable
GetScrMode()
Retrieves the current video mode.
GetScrMode() --> nModeID
GetTab()
Retrieves the current tab settings for screen output.
GetTab() --> cTabString
InkeyTrap()
Inkey() equivalent which evaluates SetKey() code blocks.
InkeyTrap( <nWaitSeconds> ; // Type: N ) --> nInkeyCode
InputMode()
Determines active or last input mode.
InputMode( [<lActiveMode>] ; // Default: .F. ) --> nInputMode
KeyRead()
Retrieves the key codes that have been read from the event queue already.
KeyRead() --> cKeyCodes
KeySend()
Writes keycodes into the event queue.
KeySend( <cKeyValues>, [<lAdditive>] ; // Default: .F. ) --> lPassed
MaxCol()
Returns MaxCol() of the current or the root window.
MaxCol( [<lRootWindow>], ; // Default: .F. ) --> nMaxCol
MaxPage()
Retrieves the maximum number of screen pages.
MaxPage() --> nMaxPage - 1
MaxRow()
Returns MaxRow() of the current or the root window.
MaxRow( [<lRootWindow>], ; // Default: .F. ) --> nMaxRow
Monochrome()
Switches the screen to monochrome mode.
Monochrome() --> lSuccess
PageCopy()
Copies a screen page into another one.
PageCopy( <nSourcePage>, <nTargetPage> ) --> lSuccess
PrintError()
Retrieves error code for the last printout.
PrintError() --> nErrorCode
SetBell()
Sets frequency and duration for default warning tone - Chr(7)
SetBell( [<nFrequency>], ; // Default: 880 [<nDuration>] ; // Default: 30 ) --> cNullString
SetBoxGrow()
Sets delay interval for WBox().
SetBoxGrow( <nDelay> ) --> cNullString
SetCursor()
Retrieves or sets the cursor shape
SetCursor( [<nCursorType|nUpperLine>], [<nLowerLine>] ) --> nCursor
SetKxlat()
Redefines or disables single keys.
SetKxlat( [<cOldKeyValue>], [<cNewKeyValue>] ) --> lSuccess
SetKxtab()
Installs a keyboard translation table that was saved with GetKxtab().
SetKxtab( <cKeyTable> ) --> lInstalled
SetLines()
Sets the number of output lines after which the LIST command will wait.
SetLines( <nLinesToWait> ) --> cNullString
SetMaxCol()
Function SetMaxCol() is not supported.
SetMaxRow()
Function SetMaxRow() is not supported.
SetPage()
Selects a screen page.
SetPage( <nPageNumber>, [<lHidden>] ) --> lSuccess
SetPbios()
Function SetPbios() is not supported.
SetPxlat()
Defines a character translation for printer output.
SetPxlat( [<nASCIICode|cCharacter>], ; // Type: NC [<cCharsToPrint>] ; // Type: C ) --> lSuccess
SetQname()
Function SetQname() is not supported.
SetScrMode()
Sets a new video mode.
SetScrMode( <nModeID> ) --> lSuccess
SetTab()
Sets the tab width for screen output.
SetTab( [<cTabString|nTabWidth>] ; // Type: CN ) --> lSuccess
TrapAnyKey()
Function TrapAnyKey() is not supported.
TrapInput()
Function TrapInput() is not supported.
TrapShift()
Function TrapShift() is not supported.
Vga28()
Switches the screen to 28 line VGA mode.
Vga28() --> lSuccess
Vga50()
Switches the screen to 50 line VGA mode.
Vga50() --> lSuccess