help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'video' (#rtl)

TVideoMode

Record type descrbing a video mode.

Declaration

Source position: videoh.inc line 16

type TVideoMode = record

  Col: Word;

  

Number of columns for display

  Row: Word;

  

Number of rows for display

  Color: Boolean;

  

Color support

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.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505