[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RestoreScreen                                                   WinTTT



Purpose   To restore a previously saved screen.

Declaration    RestoreScreen(Page: byte);

          Page is the number of the previously saved screen

Uses Crt, FastTTT, DOS, WinTTT.

Remarks   Only use a page number of a screen that was specified with a
          previous SaveScreen, otherwise unpredictable results will
          occur e.g. flashing happy faces.

          RestoreScreen will return the cursor to the position it was
          at immediately prior to the corresponding SaveScreen.



Example


               USES CRT, FASTTTT, DOS, WINTTT;
               BEGIN
                 SAVESCREEN(1);
                 .....
                 ..    {SCREEN MODIFYING PROCEDURES}
                 .....
                 RESTORESCREEN(1);
                 DISPOSESCREEN(1);
               END.


See Also: SaveScreen DisposeScreen SlideRestoreScreen
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson