List of available screen modes pointer to it returned by AllocCModeListTagList
Source position: cybergraphics.pas line 50
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 |
|
|
List of available screen modes returned by AllocCModeListTagList |