Unit 'CYBERGRAPHICS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tCyberModeNode

List of available screen modes pointer to it returned by AllocCModeListTagList

Declaration

Source position: cybergraphics.pas line 59

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