Previous: SetViewPort procedure To the Table of Content Next: SetVisualPage procedure

- 4.37.2.117 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

SetVirtualMode procedure

Targets: MS-DOS, Win32


Graph Unit

Sets virtual graphic mode.

Declaration:
procedure SetVirtualMode(BuffAddr: Pointer);
Remarks:
This procedure re-directs all graphic operations directly to the virtual video buffer pointed to by BuffAddr in the memory. You must previously allocate a memory block for the virtual buffer using GetMem procedure. Use GetPageSize to obtain the size of the video page to be allocated.

See also:
SetNormalMode
FlipToScreen
FlipToMemory


Previous: SetViewPort procedure To the Table of Content Next: SetVisualPage procedure
SetViewPort procedure Table of Content SetVisualPage procedure

- 4.37.2.117 -