qp.hlp (Table of Contents; 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.
_MaxTextRows
  MSGraph Contents Index                                    Back
 
  CONST
      { max rows option for _SetTextRows and _SetVideoModeRows }
      _MaxTextRows  = -1;
 
  Unit:     MSGraph
 
  Context:  _GetVideoMode, _SetTextRows, _SetVideoModeRows
 
  Description
 
    The _MaxTextRows constant holds the maximum possible number of rows
    of text for the current video mode.
 
    Pass _MaxTextRows to the SetTextRows or _SetVideoModeRows
    procedure to specify the maximum rows for the current mode.
 
    The current number of rows is found in the NumTextRows field in the
    _VideoConfig record filled by the _GetVideoMode procedure.