Previous: 4.37.2.60. GetVbeInfo procedure To the Table of Contents Next: 4.37.2.62. GetVbeModesList procedure
4.37.2.60. GetVbeInfo procedure Table of Contents 4.37.2.62. GetVbeModesList procedure

- 4.37.2.61. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.61. GetVbeModeInfo procedure


4.37.2.61. GetVbeModeInfo procedure

Targets: MS-DOS only


Graph Unit

Returns the video mode information for the specified VBE internal video mode number.

Declaration:
procedure GetVbeModeInfo(ModeNo: Word;
                         var VbeModeInfo: VbeModeInfoType);
Remarks:
VbeModeInfo must be of VbeModeInfoType. You don't need to allocate real mode memory block for VBE Mode Information Table. TMT Graph translates it from real mode memory into VbeModeInfo so you can directly access it from normal Pascal code.


Previous: 4.37.2.60. GetVbeInfo procedure To the Table of Contents Next: 4.37.2.62. GetVbeModesList procedure
4.37.2.60. GetVbeInfo procedure Table of Contents 4.37.2.62. GetVbeModesList procedure

- 4.37.2.61. -