[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SlideRestoreScreen WinTTT
Purpose To restore a previously saved screen. This procedure is the
functional equivalent of RestoreScreen except that the text
s..l...i...d....e.....s onto the screen
Declaration SlideRestoreScreen(Page: byte; Way: direction);
Page is the number of the previously saved screen
Way is the direction to slide i.e. up, down, left or right
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}
.....
SLIDERESTORESCREEN(1,DOWN);
DISPOSESCREEN(1);
END.
See Also:
SaveScreen
DisposeScreen
RestoreScreen
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson