Important: The information in this document is obsolete and should not be used for new development.
SaveOld
The Window Manager uses theSaveOld
procedure to save a window's current structure and content regions preparatory to updating the window.
PROCEDURE SaveOld (window: WindowPeek);
window
- A pointer to the window's complete window record.
DESCRIPTION
TheSaveOld
procedure saves the specified window's current structure region and content region for theDrawNew
procedure. Each call toSaveOld
must be balanced
by a subsequent call toDrawNew
.