qpgraph.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_DisplayCursor Function
  Summary Details Example                                   Back
 
  Argument
 
    toggle     True to turn cursor on; False to turn cursor off
 
  Returns
 
    Boolean    True indicates the previous cursor status was on;
               False indicates the previous cursor status was off
 
  Description
 
    The _DisplayCursor function specifies whether or not to display the
    cursor. This function works in all video modes.
 
    If _DisplayCursor has not been called, the text cursor is on by
    default, but the graphics cursor is off. After the first call to
    _DisplayCursor, the graphics and text cursors will have the same
    status.