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.
_Mono
  MSGraph Contents Index                                    Back
 
  CONST
      { _VideoConfig monitor values }
      _Mono        = $0001;    { Monochrome }
      _Color       = $0002;    { Color or Enhanced emulating color }
      _EnhColor    = $0004;    { Enhanced Color }
      _AnalogMono  = $0008;    { Analog Monochrome only }
      _AnalogColor = $0010;    { Analog Color only }
      _Analog      = $0018;    { Analog Monochrome and Color modes }
 
  Unit:     MSGraph
 
  Context:  _GetVideoConfig
 
  Description
 
    These constants can be used to determine the type of monitor in
    operation by using either simple comparisons or the bitwise
    operator AND.