List of available screen modes pointer to it returned by AllocCModeListTagList
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; |
|
Get an exec list with requested modes |
|
|
VarArgs version of AllocCModeListTagList |
|
|
List of available screen modes returned by AllocCModeListTagList |