Language:
Русский
English
SetVisualPage (procedure) (Graph unit)
Sets the visual graphics page number.
Declaration
procedure SetVisualPage(Page: Word);
Target
Real, Protected
Remarks
Makes Page the visual graphics page.
Multiple pages are only supported by the EGA (256K), VGA, and Hercules graphics cards. With multiple graphics pages, a program can direct graphics output to an offscreen page, then quickly display the offscreen image by changing the visual page with the SetVisualPage procedure. This technique is especially useful for animation.
Restrictions
Must be in graphics mode.