The following functions control the display of console text:
Write data to the current console text page (screen). | |
Clear the active console screen page. | |
Set the foreground and background colors for displaying text. | |
Retrieves the text which is currently displayed as the caption of the CONSOLE window. | |
Changes the text which is currently displayed as the caption of the CONSOLE window. | |
Retrieves the cursor (caret) position for the Console Window. | |
Sets the cursor (caret) position on the Console Window. | |
Retrieves the cursors (caret) column position for the Console Window. | |
Retrieves the cursors (caret) row position for the Console Window. | |
The active console page is cleared to the current background color. | |
Sets the foreground and background colors which will be used to display text on the Console Window. | |
Retrieves the size of the cursor (caret). | |
Establishes the size of the cursor (caret). | |
Makes the cursor invisible. | |
Makes the cursor visible. | |
The Console Window currently attached to your program is released and detached from the process. | |
Brings the Console Window to the foreground and directs the focus to it. | |
Retrieves the handle of the standard error device. | |
Retrieves the handle of the standard input device. | |
Retrieves the handle of the standard keyboard device. | |
Retrieves the handle of the standard output device. | |
Retrieves the handle of the standard console specified video page. | |
Retrieves the handle of the Console Window. | |
Determines whether Standard Input is being redirected. | |
Reads a keyboard character or mouse event from the console input buffer. | |
Reads a line from the keyboard. | |
Removes all pending keyboard and mouse events from the console input buffer. | |
Returns a numeric value to tell you the state of the keyboard Shift, Ctrl and Alt keys. | |
Determines whether a keyboard or mouse event is ready to be retrieved from the console input buffer. | |
Assigns a string expression to a function key. | |
Retrieves and returns the string expression assigned to a function key. | |
Reads an entire line from the keyboard into a string variable. | |
Retrieves the location of the console window on the screen. | |
Moves the Console Window to a new location on the screen. | |
Retrieves the horizontal location of the console window on the screen. | |
Retrieves the vertical location of the console window on the screen. | |
Retrieves the cursor (caret) position for the Console Window. | |
Sets the cursor (caret) position on the Console Window. | |
Retrieves the cursor (caret) column position for the Console Window. | |
Retrieves the cursor (caret) row position for the Console Window. | |
Defines which console mouse events and buttons should be trapped. | |
Returns the number of buttons on the system mouse. | |
Returns the column position of the mouse cursor. | |
Disables mouse event trapping and the mouse cursor. | |
Enables mouse event trapping and the mouse cursor. | |
Returns the row position of the mouse cursor. | |
Determines whether a mouse event is ready to be retrieved from the console input buffer. | |
A new Console Window is created and attached to your program. | |
Determines whether Standard Output is being redirected. | |
Retrieves the page number of the active console page. | |
Sets the page number of the active console page. | |
Retrieves the page number of the visible console page. | |
Sets the page number of the visible console page. | |
Copies all text from one console text page to another. | |
Write text data to the current console text page. | |
Retrieves the size of the visible part of the Console Window. | |
Changes the size of the visible Console Window. | |
Returns the attribute (color) of a character on the current console page (screen). | |
Returns the ASCII code of a character on the current console page (screen). | |
Retrieves the size of the visible part of the Console Window in columns. | |
Retrieves the size of the visible part of the Console Window in rows. | |
Scrolls all or part of the current console page up. | |
Scrolls all or part of the current console page to the left. | |
Scrolls all or part of the current console page to the right. | |
Scrolls all or part of the current console page down. | |
Retrieves the size of the Console Window. | |
Retrieves the horizontal size of the Console Window. | |
Retrieves the vertical size of the Console Window. | |
Determines whether the end of STANDARD INPUT has been reached. | |
Outputs a string expression to the standard error device. | |
Reads one line of text from the Standard Input Device. | |
Outputs a string expression to the standard output device. | |
Retrieves the position of the viewable part of a virtual screen. | |
Sets the position of the viewable part of a virtual screen. | |
Retrieves the column position of the viewable part of a virtual screen. | |
Retrieves the row position of the viewable part of a virtual screen. | |
Retrieves the size of the screen buffers associated with the console window. | |
Change the size of the screen buffer associated with the console window. | |
Retrieves the column size of the screen buffers associated with the console window. | |
Retrieves the row size of the screen buffers associated with the console window. | |
Reads a character, extended key, or mouse event from the console. | |
Waits until a key is pressed or a mouse event occurs. | |
Return the name in the console window caption. | |
Retrieve the location of the console window on the screen. | |
Retrieve the size of the visible part of the console, in text rows and columns. | |
Retrieve the size of the console window, in pixels. | |
Retrieve the position of the viewable part of a virtual screen. | |
Retrieve the size of the screen buffers associated with the console window. | |
Set the name of the console window caption. | |
Bring the console window to the foreground and direct the focus to it. | |
Move the console window to a new location on the screen. | |
Change the size of the console window and its associated screen buffers. | |
Set the position of the viewable part of a virtual screen. | |
Change the size of the buffers associated with the console window. | |
Determine if standard output has been redirected. | |
Return the size status of the caret. | |
Set the caret size and visibility. | |
Return the current column of the caret. | |
Return the current row of the caret. | |
Retrieve the size of the client area of the desktop, in pixels. | |
Retrieve the location of the top, left corner of the client area of the desktop, in pixels. | |
Retrieve the size of the entire desktop, in pixels. | |
Return the handle of the standard error device. | |
Return the handle of the standard output device. | |
Return the handle of a nominated console video page. | |
Read a line from the keyboard, assigning data to one or more variables. | |
Set the caret position. | |
Determine which of 8 console text pages is active and/or visible. | |
Return the current active console page number. | |
Return the current visible console page number. | |
Copy all text from one console text page (screen) to another. | |
Write data to the current console text page (screen). | |
Return the ASCII code of a character on the current console page. | |
Return a composite character attribute (color). | |
Return the number of columns (x coordinate) on the console screen. | |
Return the number of rows (y coordinate) on the console screen. | |
Scroll all or part of the current console page (screen). | |
Output a string expression to the standard error device. | |
Output a string expression to the standard output device. |