[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DisposeScreen
Purpose Disposes of memory that was used to store a screen image.
Decln. DisposeScreen(Page:byte);
Remarks Page is the number of the screen to be disposed.
If a saved/virtual screen has been restored and is no longer
required, call this procedure to dispose of the saved image and
free the associated memory.
Example
BEGIN
SAVESCREEN(1);
....
{SOME STATEMENTS THAT MODIFY THE CODE}
....
RESTORESCREEN(1);
DISPOSESCREEN(1);
END;
See Also:
CreateScreen
SaveScreen
RestoreScreen
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson