- 4.37.2.25. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.25. FlipToScreen procedure
4.37.2.25. FlipToScreen procedure
Targets: MS-DOS, Win32
Graph Unit
Copies contents of memory buffer pointed by Addr
to graphic page number 0.
Declaration:
procedure FlipToScreen(Addr: Pointer);
Remarks:
Use this procedure to flip the contents of the virtual page
into the graphic page.
See also:
FlipToMemory
SetVirtualMode
SetNormalMode
- 4.37.2.25. -