Skip to content

TVideoMode

Record type describing a video mode.

Declaration

Source position: videoh.inc line 16

Type
TVideoMode = record
  Col : Word;
  Row : Word;
  Color : Boolean;
end

Description

The TVideoMode record describes a videomode. Its fields are self-explaining: Col,Row describe the number of columns and rows on the screen for this mode. Color is True if this mode supports colors, or False if not.