Unit 'cybergraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TCyberModeNode

List of available screen modes pointer to it returned by AllocCModeListTagList

Declaration

Source position: cybergraphics.pas line 31

type TCyberModeNode = record

  Node: TNode;

  

Standard exec list structure.

  ModeText: array [0..DISPLAYNAMELEN-1] of Char;

  

Name for this mode

  DisplayID: LongWord;

  

Display id associated with the node

  Width: Word;

  

Visible width

  Height: Word;

  

Visible height

  Depth: Word;

  

Display depth

  DisplayTagList: PTagItem;

  

Taglist with extended ModeID information

end;

See also

AllocCModeListTagList

  

Get an exec list with requested modes

AllocCModeListTags

  

VarArgs version of AllocCModeListTagList

PCyberModeNode

  

List of available screen modes returned by AllocCModeListTagList


Documentation generated on: 2021-07-30